From dfbf490a45043bc41c80d545fb6aa5a27a495f5f Mon Sep 17 00:00:00 2001 From: lostinlight Date: Tue, 10 May 2022 13:48:13 +0300 Subject: [PATCH] Fix container height on small screens --- themes/starter/source/assets/scss/modules/_chronicles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/starter/source/assets/scss/modules/_chronicles.scss b/themes/starter/source/assets/scss/modules/_chronicles.scss index df3192c..668e233 100644 --- a/themes/starter/source/assets/scss/modules/_chronicles.scss +++ b/themes/starter/source/assets/scss/modules/_chronicles.scss @@ -33,6 +33,10 @@ padding-bottom: 0; } +.post { + min-height: 100vh; +} + .post__preview { padding: .8em 1.5em; border: 1px solid $grey;