From a09b94a97cdfc83251daf8099afe422234284fcd Mon Sep 17 00:00:00 2001 From: Flo Greistorfer Date: Tue, 9 Jul 2024 18:23:32 +0200 Subject: [PATCH] added fixed image size --- files/global.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/files/global.css b/files/global.css index e82e61e..24b9997 100644 --- a/files/global.css +++ b/files/global.css @@ -147,8 +147,9 @@ figure { .column img { margin-top: 20px; - vertical-align: middle; width: 100%; + display: block; + overflow: hidden; aspect-ratio: 1 / 1; object-fit: contain; } @@ -217,4 +218,4 @@ figure { .navbar { font-size: smaller; } -} +} \ No newline at end of file