summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-04-15 16:30:05 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-04-15 16:30:05 -0400
commitfa4307a903d87af0473d6aefbadd020a186d814f (patch)
tree7fc775b6c9f8cfc9f7564d786621ddd00f7690f9
parent4b46e730756492e027428343e5680976c7569bbb (diff)
image height max set
-rw-r--r--content/hummus.md2
-rw-r--r--static/style.css2
2 files changed, 3 insertions, 1 deletions
diff --git a/content/hummus.md b/content/hummus.md
index eb4e8c8..0b57573 100644
--- a/content/hummus.md
+++ b/content/hummus.md
@@ -5,6 +5,8 @@ tags: ['basic', 'snack', 'spread', 'fasting']
author: jacob-smith
---
+![Hummus](/pix/hummus.webp)
+
## Ingredients
- One can of garbanzo beans (chickpeas)
diff --git a/static/style.css b/static/style.css
index d7e6ab1..306a525 100644
--- a/static/style.css
+++ b/static/style.css
@@ -39,7 +39,7 @@ footer {
img {
max-width: 600px ;
- width: 100% ;
+ max-height: 400px ;
margin: auto ;
display: block ;
}