From ba2d0a55c2bdeded6c8de76a9d521f6a8eaddd08 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 29 Apr 2022 16:16:32 -0400 Subject: [PATCH] max-width in percentage --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index bd43f1c..c636347 100644 --- a/static/style.css +++ b/static/style.css @@ -46,7 +46,7 @@ footer { } img { - max-width: 600px ; + max-width: 90% ; max-height: 400px ; margin: auto ; display: block ;