From 874a37373011581e30c2ca4381742838e665c2c2 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 13 Oct 2021 07:13:35 +0000 Subject: [PATCH] fix event news mobile --- assets/stylesheets/template/layout/content.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 6390cdb..992300e 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -378,14 +378,16 @@ display: flex; flex-wrap: wrap; flex-direction: row-reverse; + width: 25%; } li{ padding: 0.5em; //flex: 0 0 25%; - width: 25%; + width: 100%; position: relative; @media screen and (min-width:$screen-xs) and (max-width:990px){ - flex: 0 0 50%; + //flex: 0 0 50%; + width: 50%; } } .card0{