feat(SW-187): removed unused title

This commit is contained in:
Pontus Dreij
2024-09-04 14:20:29 +02:00
parent 24e2adf9e8
commit 89e5d7515c
5 changed files with 8 additions and 6 deletions

View File

@@ -13,9 +13,15 @@
@media screen and (min-width: 767px) {
.section {
padding: var(--Spacing-x9) 0;
padding: var(--Spacing-x9) var(--Spacing-x6);
}
.maxWidth {
flex-direction: row;
}
}
@media screen and (min-width: 1367px) {
.section {
padding: var(--Spacing-x9) 0;
}
}