From 95e872ed91b2254f6486d8a106b09e4a80bc03e5 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Sun, 23 May 2021 20:37:48 +0300 Subject: fix clipping of first line of post on small screens --- _sass/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/main.scss b/_sass/main.scss index ea31867..5ec3a08 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -141,7 +141,7 @@ ul { .post-page { margin-bottom: 10px; .post-header { - height: 4em; + margin-bottom: 2em; ul { display: flex; float: right; -- cgit v1.2.3