From 66abe066ab567b9b558b604d0c2bc572e8107af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Mon, 21 Oct 2024 11:34:45 +0200 Subject: [PATCH] fix(SW-653): remove padding from textCols and usp --- components/Blocks/TextCols/textcols.module.css | 1 - components/Blocks/UspGrid/uspgrid.module.css | 1 - 2 files changed, 2 deletions(-) diff --git a/components/Blocks/TextCols/textcols.module.css b/components/Blocks/TextCols/textcols.module.css index b3e9e2824..8c3a1bda1 100644 --- a/components/Blocks/TextCols/textcols.module.css +++ b/components/Blocks/TextCols/textcols.module.css @@ -2,7 +2,6 @@ display: flex; flex-direction: column; gap: var(--Spacing-x3); - padding: var(--Spacing-x3) var(--Spacing-x4); } .column { diff --git a/components/Blocks/UspGrid/uspgrid.module.css b/components/Blocks/UspGrid/uspgrid.module.css index 042acd9b3..91c6f8fd8 100644 --- a/components/Blocks/UspGrid/uspgrid.module.css +++ b/components/Blocks/UspGrid/uspgrid.module.css @@ -1,7 +1,6 @@ .grid { display: grid; gap: var(--Spacing-x3); - padding: var(--Spacing-x3) var(--Spacing-x4); } @media screen and (min-width: 767px) { .grid {