fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-06-22 08:49:31 -07:00
parent 3875b2da6a
commit 17df90d0b1
No known key found for this signature in database
3 changed files with 13 additions and 9 deletions

View file

@ -138,6 +138,10 @@ a {
display: inline-flex;
flex-direction: row;
align-items: center;
& + .page-header {
margin-top: var(--sizing-base);
}
}
}