fix: replace old spacing variables with new matching ones

This commit is contained in:
Christian Andolf
2025-05-28 14:32:49 +02:00
parent b3b3704c86
commit 13136509b6
10 changed files with 16 additions and 16 deletions

View File

@@ -12,7 +12,7 @@
@media screen and (min-width: 768px) {
.section {
padding: var(--Space-x8) 0;
padding: var(--Space-x9) 0;
}
.maxWidth {