From 722f5cb03abf6d00e22348b2ae3522a88e672b66 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Mon, 6 Nov 2023 10:48:41 +0100 Subject: [PATCH] Tweak article proportions CSS --- static/css/general.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/general.css b/static/css/general.css index 70aa092..518b2f9 100644 --- a/static/css/general.css +++ b/static/css/general.css @@ -104,7 +104,7 @@ h2 { #mainarticle { width: fit-content; - max-width: min(100%, 60rem); + max-width: min(100%, 72rem); margin-left: auto; margin-right: auto; flex-grow: 1; @@ -166,8 +166,8 @@ img { display: block; width: fit-content; max-width: 100%; - height: auto; - max-height: min(90vh, 100%); + height: fit-content; + max-height: 90vh; margin-left: auto; margin-right: auto; }