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

@ -1,9 +1,8 @@
.horizontalRuleBlock {
height: 3rem;
width: 100%;
//max-width: calc(var(--size-width-p) + (var(--spacing-sitepadding)/2));
max-width: var(--size-width-p);
margin: 1rem auto 4rem;
margin: var(--spacing-s) auto var(--spacing-section-bottom);
overflow: hidden;
position: relative;