chore: dry up spacing
This commit is contained in:
parent
e6c7150da4
commit
766d70c59e
10 changed files with 14 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
.four-oh-four__wrapper .image__banner,
|
||||
.four-oh-four__wrapper a {
|
||||
margin-bottom: 1.25rem;
|
||||
margin-bottom: var(--spacing-base);
|
||||
}
|
|
@ -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 {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
/* footnotes */
|
||||
hr.footnotes-sep {
|
||||
margin: 1.25rem 0;
|
||||
margin: var(--spacing-base) 0;
|
||||
}
|
||||
|
||||
.footnotes-list {
|
||||
|
|
Reference in a new issue