From 5c8d8e2bd13fe5d7052d7ce759e8033ef9a7ebcc Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Thu, 10 Nov 2022 14:50:02 -0800 Subject: [PATCH] set height for images to 500px --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 07b000e..d86e6e9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -89,6 +89,7 @@ body { } img { + height: 500px; max-width: 100%; max-height: 100%; }