From 1bb8a607ddee4359ab52c05128ae6143f064e91f Mon Sep 17 00:00:00 2001 From: lostinlight Date: Sat, 12 Nov 2022 21:49:44 +0300 Subject: [PATCH] Fix styles on mobile --- .../starter/source/assets/scss/modules/_chronicles.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/themes/starter/source/assets/scss/modules/_chronicles.scss b/themes/starter/source/assets/scss/modules/_chronicles.scss index 20682d5..9259b4c 100644 --- a/themes/starter/source/assets/scss/modules/_chronicles.scss +++ b/themes/starter/source/assets/scss/modules/_chronicles.scss @@ -201,6 +201,10 @@ } @media screen and (max-width: $mq-medium) { + .chronicles { + line-height: 1.2; + } + .chronicles .urgent { position: inherit; width: auto; @@ -211,6 +215,10 @@ flex: 100% 0 0; height: 230px; } + + .post__preview:not(.wanted):not(.featured) .post__meta { + margin: .5em 0; + } } @media screen and (max-width: $mq-small) {