From 192ca02e627715e83c61e8a0a5194c76a41348af Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 29 Jan 2023 22:34:59 -0500 Subject: some changes to posts view, remove heading from fake ads, fix aspect ratios of images on older browsers --- static/css/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'static/css/main.css') diff --git a/static/css/main.css b/static/css/main.css index 8d3e3808..8c47ab05 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -328,9 +328,8 @@ kbd { #article-body img, #editor-container img { height: 250px; - width: auto; float: left; - padding: 0px 20px 20px 0px; + padding: 0px 13px 0px 0px; } #article-body h2, #article-body h1, #editor-container h2, #editor-container h1 { -- cgit v1.2.3