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

@@ -33,7 +33,7 @@
.content {
display: grid;
padding-bottom: var(--Space-x8);
padding-bottom: var(--Space-x9);
position: relative;
}