From 3bc476a9d16338582ee193b564941aebbe452550 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Sun, 2 Apr 2023 09:29:01 -0400 Subject: Update image CSS --- html/assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/assets/style.css') diff --git a/html/assets/style.css b/html/assets/style.css index d9c40d8..43a3396 100644 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -56,11 +56,11 @@ figure width: fit-content; } -img +img { display: block; margin: auto; - max-width: 800px; + max-width: 100%; height: auto; } -- cgit v1.2.3