From 449caf2bbc1d2fd3db37af1b635feaef2beaac38 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sat, 10 Jun 2023 21:40:36 -0400 Subject: Unfixing height of images in article body --- static/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/css/styles.css b/static/css/styles.css index a6e0dc07..5bec1046 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -384,10 +384,10 @@ blockquote { #article-body img, #editor-container img { - height: 300px; float: left; margin: 5px 11px 5px 0px; max-width: 710px; + max-height: 300px; } #article-body img.block, -- cgit v1.2.3