Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
categories fix II
  • Loading branch information
Timothy Morris committed Mar 23, 2017
1 parent 3714c0a commit 4af5001
Show file tree
Hide file tree
Showing 2 changed files with 3,065 additions and 22 deletions.
22 changes: 0 additions & 22 deletions assets/css/main.css
Expand Up @@ -50,28 +50,6 @@ ul.tabs .tab a:hover {
select {
display: block !important;
}
.row {
display: flex;
}
.catsWrap {
max-width: 100%;
min-width: 100%;
margin: 0 auto;
}
@media all and (min-width: 700px) {
.catsWrap {
min-width: 680px;
}
}
.rulesWrap {
display: flex;
flex-wrap: wrap;
}
.rulesWrap .card {
flex-grow: 1;
margin: 1em;
max-width: calc(50% - 2em);
}
.food-search {
padding-top: 0.5em;
}
Expand Down

0 comments on commit 4af5001

Please sign in to comment.