chore: tokenize spacing
This commit is contained in:
parent
21cc117690
commit
72c20d6b1c
19 changed files with 86 additions and 81 deletions
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
|
||||
.contact__wrapper .column.contact__description {
|
||||
margin-bottom: 1.5rem;
|
||||
margin-bottom: var(--sizing-xl);
|
||||
}
|
||||
|
||||
.contact__wrapper .column.contact__description p:first-child {
|
||||
|
@ -26,7 +26,7 @@
|
|||
}
|
||||
|
||||
.contact__wrapper .column.contact__description {
|
||||
padding-right: 1.5rem;
|
||||
padding-right: var(--sizing-xl);
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
Reference in a new issue