add variables for most spacing and size values
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user