From c5254b6f39939bc0bc6719b854b67928af74c9ea Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 20 Sep 2022 02:03:36 -0400 Subject: Added Edit post function --- static/css/main.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static/css/main.css') diff --git a/static/css/main.css b/static/css/main.css index 494f3197..9210d2ad 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -253,6 +253,13 @@ summary { margin-top: 0px; } +.article-body > p > img { + display: block; + margin: 0px auto 10px auto; + max-height: 50vh; + max-width: 100%; +} + /* Optimize for phones */ @media only screen and (max-width: 480px) { body { -- cgit v1.2.3