summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-05-28 15:21:26 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-05-28 15:21:26 -0400
commit67085cd293a22de342ca0793e2837c019a9e6d03 (patch)
treeae1e37dc519da956e15e23853d437061288b7835 /static
parenta36480dd5960d33f02c4d4cea9599c9196e1b746 (diff)
css
Diffstat (limited to 'static')
-rw-r--r--static/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index e8a6e76..79bfd1c 100644
--- a/static/style.css
+++ b/static/style.css
@@ -55,6 +55,7 @@ h2 {
}
footer {
+ margin-top: 3em ;
text-align: center ;
border-style: solid ;
border-width: 2px 0px 0px 0px ;
@@ -162,7 +163,7 @@ button.clear-search:hover {
margin: auto ;
}
-#tag_alcohol:before { content: "🍺" ;}
+#tag_alcohol:before { content: "🍸" ;}
#tag_american:before { content: "🇺🇸" ; }
#tag_asian:before { content: "🥢" ; }
#tag_australian:before { content: "🇦🇺" ;}
@@ -183,6 +184,7 @@ button.clear-search:hover {
#tag_cookies:before { content: "🍪" ;}
#tag_corn:before { content: "🌽" ;}
#tag_curry:before { content: "🍛" ; }
+#tag_dessert:before { content: "🍮" ; }
#tag_dominican:before { content: "🇩🇴" ;}
#tag_drink:before { content: "🍹" ;}
#tag_duck:before { content: "🦆" ; }
@@ -204,6 +206,8 @@ button.clear-search:hover {
#tag_japanese:before { content: "🇯🇵" ; }
#tag_lebanese:before { content: "🇱🇧" ; }
#tag_lemons:before { content: "🍋" ;}
+#tag_liquour:before { content: "🥃" ;}
+#tag_lunch:before { content: "🍱" ; }
#tag_mediterranean:before { content: "🫒" ; }
#tag_mexican:before { content: "🇲🇽" ; }
#tag_milk:before { content: "🥛" ; }
@@ -231,6 +235,7 @@ button.clear-search:hover {
#tag_southwest:before { content: "🤠" ; }
#tag_spanish:before { content: "🇪🇸" ; }
#tag_spicy:before { content: "🌶️" ; }
+#tag_spread:before { content: "🧈" ; }
#tag_steak:before { content: "🥩" ; }
#tag_stew:before { content: "🍲" ; }
#tag_swedish:before { content: "🇸🇪" ; }