From 8fa54d5ac98d95016f0c3eaa9fbc4f042294705d Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Fri, 13 Feb 2026 16:36:33 -0500 Subject: Various site updates --- static/css/style.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'static') 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"; } -- cgit v1.3