From fa4307a903d87af0473d6aefbadd020a186d814f Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 15 Apr 2022 16:30:05 -0400 Subject: image height max set --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/style.css') 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 ; } -- cgit v1.2.3