feat(SW-713): design change

This commit is contained in:
Fredrik Thorsson
2024-10-31 10:13:26 +01:00
parent 5b3958e017
commit b794448fa2

View File

@@ -9,7 +9,7 @@
flex-direction: column;
gap: var(--Spacing-x2);
position: relative;
margin-bottom: calc(var(--Spacing-x4) * 2 + 20px);
margin-bottom: calc(var(--Spacing-x4) * 2 + 80px);
}
.mainContent,
@@ -33,7 +33,6 @@
}
.facilityList {
margin-top: var(--Spacing-x-one-and-half);
column-count: 2;
column-gap: var(--Spacing-x2);
}