From 334105660741b70345a8ce72d51914b26070897f Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 21 May 2024 16:29:14 +0200 Subject: [PATCH] turns out firefox doesn't like *just* a max width (apparently) --- web/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/style.css b/web/style.css index 7a77512..09d9822 100644 --- a/web/style.css +++ b/web/style.css @@ -159,7 +159,7 @@ a:visited.wide-link { } .devlog-image img { - max-height: 120px; + height: 120px; object-fit: cover; margin-bottom: 10px; } @@ -254,7 +254,7 @@ body.dark-mode hr { } .top-container img { - max-width: 150px; + width: 150px; } .top-container h3 {