chore: standardize more sizing
This commit is contained in:
parent
8f4a902c95
commit
a929d579b9
6 changed files with 22 additions and 23 deletions
|
@ -4,7 +4,7 @@
|
|||
}
|
||||
|
||||
.contact__wrapper textarea {
|
||||
height: 10rem;
|
||||
height: calc(var(--sizing-3xl) * 5);
|
||||
resize: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
.webring__wrapper {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 2.5rem;
|
||||
margin: var(--sizing-base) 0;
|
||||
}
|
||||
|
||||
.webring__wrapper > .webring__centered {
|
||||
|
|
Reference in a new issue