add variables for most spacing and size values

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

View File

@@ -1,7 +1,7 @@
.neufMap {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(--spacing-sitepadding);
gap: var(--spacing-gap-column);
width: 100%;
max-width: 1200px;
margin: var(--spacing-xl) auto;

View File

@@ -1,11 +1,11 @@
.venueInfo {
max-width: var(--size-width-p);
margin: 1rem auto 2rem;
margin: var(--spacing-s) auto var(--spacing-m);
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 1rem;
margin-bottom: var(--spacing-s);
}
tr {
@@ -20,7 +20,7 @@
th,
td {
padding: .5rem 0;
padding: var(--spacing-xs) 0;
}
td {