add variables for most spacing and size values

This commit is contained in:
elisejakob
2024-06-21 12:21:01 +02:00
parent 8ba4fa8d04
commit 5762655653
29 changed files with 137 additions and 127 deletions

View File

@ -6,7 +6,7 @@
.title,
.details {
font-size: 1rem;
font-size: var(--font-size-body);
}
}
@ -20,7 +20,7 @@
.title,
.details {
font-size: 1rem;
font-size: var(--font-size-body);
}
.image {