Merge branch 'master' of https://github.com/LukeSmithxyz/based.cooking
BIN
static/pix/ceviche.webp
Normal file
|
After Width: | Height: | Size: 165 KiB |
BIN
static/pix/coconutbread-lufemas.webp
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
static/pix/glass-of-compote.webp
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
static/pix/potato-leek-soup.webp
Normal file
|
After Width: | Height: | Size: 106 KiB |
BIN
static/pix/risengroed.webp
Normal file
|
After Width: | Height: | Size: 145 KiB |
BIN
static/pix/tajine-maadnous.webp
Normal file
|
After Width: | Height: | Size: 49 KiB |
BIN
static/pix/teriyaki-beef.webp
Normal file
|
After Width: | Height: | Size: 70 KiB |
@@ -58,7 +58,6 @@ h2 {
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: 3em ;
|
||||
text-align: center ;
|
||||
border-style: solid ;
|
||||
border-width: 2px 0px 0px 0px ;
|
||||
@@ -185,6 +184,7 @@ button#clear-search:hover {
|
||||
|
||||
#tag_alcohol:before { content: "🍸" ;}
|
||||
#tag_american:before { content: "🇺🇸" ; }
|
||||
#tag_apple:before { content: "🍎" ; }
|
||||
#tag_argentinian:before { content: "🇦🇷" ; }
|
||||
#tag_asian:before { content: "🥢" ; }
|
||||
#tag_australian:before { content: "🇦🇺" ;}
|
||||
@@ -202,6 +202,7 @@ button#clear-search:hover {
|
||||
#tag_chicken:before { content: "🐔" ;}
|
||||
#tag_chinese:before { content: "🐉" ; }
|
||||
#tag_chocolate:before { content: "🍫" ; }
|
||||
#tag_christmas:before { content: "🎄" ; }
|
||||
#tag_cookies:before { content: "🍪" ;}
|
||||
#tag_corn:before { content: "🌽" ;}
|
||||
#tag_curry:before { content: "🍛" ; }
|
||||
@@ -266,6 +267,7 @@ button#clear-search:hover {
|
||||
#tag_swiss:before { content: "🇨🇭" ; }
|
||||
#tag_thai:before { content: "🇹🇭" ;}
|
||||
#tag_tomato:before { content: "🍅" ;}
|
||||
#tag_tunisian:before { content: "🇹🇳" ; }
|
||||
#tag_turkey:before { content: "🦃" ; }
|
||||
#tag_turkish:before { content: "🇹🇷" ; }
|
||||
#tag_ukrainian:before { content: "🇺🇦" ; }
|
||||
@@ -282,6 +284,9 @@ button#clear-search:hover {
|
||||
text-align: center ;
|
||||
padding-left: 10px ;
|
||||
padding-right: 10px ;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.cryptoinfo code {
|
||||
font-size: small ;
|
||||
@@ -289,6 +294,8 @@ button#clear-search:hover {
|
||||
}
|
||||
.qr {
|
||||
max-height: 150px; ;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.js-only { display: none ; }
|
||||
|
||||