From 673f71bf11743938287d7e7dbcde1ca0b7359063 Mon Sep 17 00:00:00 2001 From: stitch Date: Thu, 12 Sep 2024 22:42:20 +0300 Subject: [PATCH] css change --- assets/css/popups.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/popups.css b/assets/css/popups.css index d14e0cf..1f990e2 100644 --- a/assets/css/popups.css +++ b/assets/css/popups.css @@ -110,8 +110,8 @@ .popupMainInsideWrapperBoxMidRelays { display: flex; - flex-direction: row; - grid-gap: 15px; + flex-direction: column; + grid-gap: 10px; flex-wrap: wrap; }