chore: tweak spacing

This commit is contained in:
Cory Dransfeldt 2024-06-17 12:24:38 -07:00
parent 4baa16eaa5
commit 2d7facfd30
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
.toggle-wrapper {
position: relative;
margin-bottom: calc(var(--sizing-base) + 52px);
margin-bottom: calc(var(--sizing-base) + 44px);
& p:first-of-type {
margin-top: 0;
@ -49,7 +49,7 @@
& .toggle-label [aria-role="button"] {
position: absolute;
z-index: 2;
bottom: -52px;
bottom: -44px;
left: 0;
margin-bottom: 0;
}