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{