From e6f0d720eeafa8f7d727a2b7b9c8440250f18277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20B=C3=B6siger?= Date: Mon, 12 Feb 2024 17:35:41 +0100 Subject: [PATCH] fix images --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7db8b7a..b3660f5 100644 --- a/style.css +++ b/style.css @@ -145,9 +145,10 @@ body { } #timeline .content img { - object-fit: cover; + object-fit: contain; width: 100%; max-height: 50vh; + object-position: top left; } .button { @@ -165,6 +166,7 @@ figure { margin: 0; margin-top: 1em; margin-bottom: 1em; + } figcaption {