feat/sw-700 design glitch in overview component

This commit is contained in:
Linus Flood
2024-10-28 09:33:17 +01:00
parent 0efa52ada5
commit 4501d78e5d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
.divider {
padding-top: var(--Spacing-x2);
margin-top: var(--Spacing-x2);
}
@media screen and (max-width: 767px) {

View File

@@ -1,5 +1,5 @@
.divider {
padding-top: var(--Spacing-x2);
margin-top: var(--Spacing-x2);
}
@media screen and (min-width: 768px) {