From 1e2245bc97c5034ca7efdfac85265febf8036417 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 21 May 2024 16:37:22 +0200 Subject: [PATCH] this is my last attempt and if this doesn't work i'll just cry instead --- web/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/style.css b/web/style.css index d7af0d8..99d16e3 100644 --- a/web/style.css +++ b/web/style.css @@ -159,6 +159,8 @@ a:visited.wide-link { } .devlog-image { + width: 100%; + height: 120px; object-fit: cover; margin-bottom: 10px; }