From 379584a83fab0fffbfb8cee68710feed39416797 Mon Sep 17 00:00:00 2001 From: maaa Date: Thu, 29 Jun 2023 23:11:41 +0200 Subject: [PATCH] increase min height --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index b4d36ea..7ceb1bb 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -80,7 +80,7 @@ body { } .post img { - min-height: 100px; + min-height: 200px; max-height: 300px; border-radius: 10px; }