From c69f72880d0ce4f339281bfb97ff69911e736d88 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Thu, 12 May 2022 16:15:46 -0600 Subject: [PATCH] Make images normally sized on wide articles --- themes/theme/templates/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index d4173a2..0526cf7 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -93,7 +93,7 @@ pre { } .content img { - width: 100%; + max-width: 36rem; height: auto; }