From 960625a018839d89639bbaace85a310f2896d8aa Mon Sep 17 00:00:00 2001
From: robin <binkrassdufass@gmail.com>
Date: Tue, 5 Sep 2023 13:55:16 +0000
Subject: [PATCH] ttt

---
 .../components/Pagebuilder/Pagebuilder.svelte   | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/frontend/src/lib/components/Pagebuilder/Pagebuilder.svelte b/frontend/src/lib/components/Pagebuilder/Pagebuilder.svelte
index 1494835..08c6f89 100644
--- a/frontend/src/lib/components/Pagebuilder/Pagebuilder.svelte
+++ b/frontend/src/lib/components/Pagebuilder/Pagebuilder.svelte
@@ -172,14 +172,7 @@
         align-items: flex-start;
         flex-wrap: wrap;
         gap: 20px;
-        &.towToThree {
-            .col:nth-child(1) {
-                flex: 2 !important;
-            }
-            .col:nth-child(2) {
-                flex: 3 !important;
-            }
-        }
+
         &.dominant {
             @media (max-width: 1024px) {
                 flex-direction: row-reverse;
@@ -209,6 +202,14 @@
             flex: 1;
             min-width: 0;
         }
+        &.towToThree {
+            & > .col:nth-child(1) {
+                flex: 2 !important;
+            }
+            & > .col:nth-child(2) {
+                flex: 3 !important;
+            }
+        }
     }
 
     .hph3 {