From d7b669cce9ac6d7a8c7fa762314b582e32b86e59 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Sun, 14 Oct 2018 21:21:30 +0300 Subject: [PATCH] Fix layout on small screens --- themes/starter/source/assets/scss/modules/_chronicles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/starter/source/assets/scss/modules/_chronicles.scss b/themes/starter/source/assets/scss/modules/_chronicles.scss index 94adf2d..494e7b7 100644 --- a/themes/starter/source/assets/scss/modules/_chronicles.scss +++ b/themes/starter/source/assets/scss/modules/_chronicles.scss @@ -213,7 +213,7 @@ $taglist: (diaspora, $diaspora), .post__preview:not(.wanted):not(.featured) { flex: 100% 0 0; - height: 200px; + height: 220px; } }