From 54d445c5ee44668d58f63549f24329d33aea1e4d Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Tue, 15 Nov 2022 10:12:22 -0800 Subject: [PATCH] Fix image scaling so it looks good on mobile --- static/css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index d86e6e9..f8e67a0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -89,9 +89,8 @@ body { } img { - height: 500px; - max-width: 100%; - max-height: 100%; + width: 100%; + height: auto; } header h1 {