diff options
Diffstat (limited to 'static/css/style.css')
| -rw-r--r-- | static/css/style.css | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css index 55b9080..9fd302b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -58,10 +58,13 @@ body > header > a > img { body > header > nav ul { list-style-type: none; - padding-left: 0; } @media screen and (min-width: 480px) { + body > header > nav ul { + padding-left: 0; + } + body > header > nav > ul > li { display: inline-block; } @@ -93,6 +96,10 @@ body > header > nav ul { } @media screen and (max-width: 480px) { + body > header > nav ul { + padding-left: 2em; + } + body > header > nav > ul .drop-menu { list-style-type: circle; padding-left: 1em; @@ -616,12 +623,18 @@ span.cookbook-tag-difficulty-easy { background-color: green; color: span.cookbook-tag-difficulty-easy:before { content: "Difficulty: Easy"; } span.cookbook-tag-difficulty-medium { background-color: yellow; } span.cookbook-tag-difficulty-medium:before { content: "Difficulty: Medium"; } +span.cookbook-tag-difficulty-hard { background-color: maroon; color: white; } +span.cookbook-tag-difficulty-hard:before { content: "Difficulty: Hard"; } span.cookbook-tag-cuisine-american:before { content: "Cuisine: πΊπΈ American"; } span.cookbook-tag-cuisine-texmex:before { content: "Cuisine: π€ Tex-Mex"; } +span.cookbook-tag-cuisine-ghanaian:before { content: "Cuisine: π¬π Ghanaian"; } span.cookbook-tag-flavor-profile-savory:before { content: "Flavor Profile: π§ Savory"; } +span.cookbook-tag-flavor-profile-spicy:before { content: "Flavor Profile: πΆοΈ Spicy"; } span.cookbook-tag-dish-type-sauce:before { content: "Type: π₯« Sauce"; } span.cookbook-tag-dish-type-soup:before { content: "Type: π₯£ Soup"; } -span.cookbook-tag-dish-type-meat:before { content: "Type: π Meat"; } +span.cookbook-tag-dish-type-stew:before { content: "Type: π² Stew"; } +span.cookbook-tag-dish-type-starch:before { content: "Type: π Starch"; } +span.cookbook-tag-dish-type-protein:before { content: "Type: π Protein"; } span.cookbook-tag-dish-type-main:before { content: "Type: π½οΈ Main Course"; } span.cookbook-tag-dish-type-side:before { content: "Type: π΄ Side Dish"; } span.cookbook-tag-dish-type-baked-good:before { content: "Type: π Baked Good"; } |