From fa4307a903d87af0473d6aefbadd020a186d814f Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 15 Apr 2022 16:30:05 -0400 Subject: [PATCH] image height max set --- content/hummus.md | 2 ++ static/style.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 ; }