From 1f74a7c5beb469f656d4eb71b00dfed97a1dc9e7 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Tue, 12 Oct 2021 09:25:03 +0000 Subject: [PATCH] fix ie bug --- assets/stylesheets/template/layout/content.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 37794b3..88a5347 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -379,7 +379,8 @@ } li{ padding: 0.5em; - flex: 0 0 25%; + //flex: 0 0 25%; + width: 25%; position: relative; @media screen and (min-width:$screen-xs) and (max-width:990px){ flex: 0 0 50%;