fix(SW-653): remove padding from textCols and usp

This commit is contained in:
Matilda Landström
2024-10-21 11:34:45 +02:00
parent 7d905a46bf
commit 66abe066ab
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
display: flex;
flex-direction: column;
gap: var(--Spacing-x3);
padding: var(--Spacing-x3) var(--Spacing-x4);
}
.column {

View File

@@ -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 {