From 2d4de860c9cbd6882e5ae117f470ccc943b998a9 Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 19 Jun 2023 22:11:36 -0400 Subject: Post Edit update with block images and code lang specification --- static/css/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/css/styles.css b/static/css/styles.css index 526a4fc9..8639081b 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -387,14 +387,14 @@ blockquote { #editor-container img { float: left; margin: 5px 11px 5px 0px; - max-width: 710px; } #article-body img.block, #editor-container img.block { margin: 5px auto; display: block; - height: auto; + max-height: none; + max-width: 710px; } #article-body h2, @@ -514,5 +514,6 @@ blockquote { #article-body img, #editor-container img { max-height: 300px; + max-width: 300px; } } \ No newline at end of file -- cgit v1.2.3