From 5cce3bd0fb6291b780bc01d2b9513200dd34eb1f Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Fri, 29 Jul 2022 16:21:18 +0100 Subject: [PATCH] . --- base.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/base.css b/base.css index 97b6142..f6bc706 100644 --- a/base.css +++ b/base.css @@ -175,6 +175,9 @@ main{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; + -ms-flex-wrap: wrap; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; } @@ -203,11 +206,6 @@ main{ overflow: hidden; text-align: center; } -.image-box{ - -ms-flex-wrap: wrap; - -webkit-flex-wrap: wrap; - flex-wrap: wrap; -} .image-box > a{ border-style: solid; border-width: 1px; @@ -218,9 +216,9 @@ main{ margin: 10px; } .item-table > div{ - -ms-flex-wrap: wrap; - -webkit-flex-wrap: wrap; - flex-wrap: wrap; + -ms-flex-wrap: nowrap; + -webkit-flex-wrap: nowrap; + flex-wrap: nowrap; } .item-table-full{ width: -webkit-calc(100% - 361px);