From 9a17d2a437d98cb313ba8d5288d187934738c175 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 20 May 2026 11:57:08 +0200 Subject: [PATCH] RESPONSIVE FIX gap size between shapes in theme css --- plugins/carhop-blocks/src/decorative-shapes/style.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/carhop-blocks/src/decorative-shapes/style.scss b/plugins/carhop-blocks/src/decorative-shapes/style.scss index 8a37fb6..7cc1c3b 100644 --- a/plugins/carhop-blocks/src/decorative-shapes/style.scss +++ b/plugins/carhop-blocks/src/decorative-shapes/style.scss @@ -2,7 +2,6 @@ display: grid; grid-template-columns: repeat(4, 1fr); justify-content: center; - gap: 10rem; &__shape { // background-color: red;