chore: dry up spacing

This commit is contained in:
Cory Dransfeldt 2024-03-02 11:00:08 -08:00
parent e6c7150da4
commit 766d70c59e
10 changed files with 14 additions and 11 deletions

View file

@ -1,4 +1,4 @@
.four-oh-four__wrapper .image__banner,
.four-oh-four__wrapper a {
margin-bottom: 1.25rem;
margin-bottom: var(--spacing-base);
}

View file

@ -11,8 +11,8 @@
.now__section--text p > svg {
display: inline;
vertical-align: middle;
height: 1.25rem;
width: 1.25rem;
height: var(--spacing-base);
width: var(--spacing-base);
}
.now__section--header {

View file

@ -5,7 +5,7 @@
/* footnotes */
hr.footnotes-sep {
margin: 1.25rem 0;
margin: var(--spacing-base) 0;
}
.footnotes-list {