From df592b3370aed5bd16a7cffe281072810be5fd08 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 25 Jul 2020 16:59:54 +0530 Subject: [PATCH] fix: increase 1st entry max height to 260px --- assets/css/post-entry.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/post-entry.css b/assets/css/post-entry.css index 9a230c50..782f4c47 100644 --- a/assets/css/post-entry.css +++ b/assets/css/post-entry.css @@ -11,7 +11,7 @@ @media screen and (max-width: 600px) { .first-entry { - height: 240px; + height: 260px; } }