diff --git a/amp.css b/amp.css index 1e24a740e..69d0129f6 100644 --- a/amp.css +++ b/amp.css @@ -6036,6 +6036,7 @@ figcaption { justify-content: space-between; position: relative; margin: 0; + gap: 1%; } .column-wrap > div { width: 49.5%; diff --git a/css/admin.css b/css/admin.css index c42386e81..ef9c6b99b 100644 --- a/css/admin.css +++ b/css/admin.css @@ -5812,6 +5812,7 @@ body.wp-admin { justify-content: space-between; position: relative; margin: 0; + gap: 1%; } .admin-settings .demo .column-wrap > div { width: 49.5%; @@ -14165,6 +14166,7 @@ body.wp-admin { justify-content: space-between; position: relative; margin: 0; + gap: 1%; } .admin-settings .demo .column-wrap > div { width: 49.5%; diff --git a/css/gutenberg-editor.css b/css/gutenberg-editor.css index a7f007727..6eb3c3852 100644 --- a/css/gutenberg-editor.css +++ b/css/gutenberg-editor.css @@ -4048,6 +4048,7 @@ figcaption { justify-content: space-between; position: relative; margin: 0; + gap: 1%; } .column-wrap > div { width: 49.5%; diff --git a/scss/_extension-layout.scss b/scss/_extension-layout.scss index 9bbd8dd6a..eee2e0a85 100644 --- a/scss/_extension-layout.scss +++ b/scss/_extension-layout.scss @@ -4,6 +4,7 @@ justify-content: space-between; position: relative; margin: 0; + gap: 1%; >div{ width: 49.5%; diff --git a/style.css b/style.css index 32155ee34..2b8466723 100644 --- a/style.css +++ b/style.css @@ -6061,6 +6061,7 @@ figcaption { justify-content: space-between; position: relative; margin: 0; + gap: 1%; } .column-wrap > div { width: 49.5%; diff --git a/tmp/css-custom.php b/tmp/css-custom.php index df23d2bce..67357a71a 100644 --- a/tmp/css-custom.php +++ b/tmp/css-custom.php @@ -743,8 +743,8 @@ } } @media screen and (max-width:834px) { - .column-wrap > div{ - margin-bottom: em; + .container .column-wrap{ + gap: em; } } .article .micro-top{