fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-05-20 13:35:02 -07:00
parent c7f52a98f3
commit ca6b2e1881
No known key found for this signature in database
5 changed files with 9 additions and 8 deletions

View file

@ -156,7 +156,7 @@ h6 { font-size: var(--font-size-xs) }
}
.section-header {
margin: var(--sizing-3xl) 0 var(--sizing-lg);
margin: var(--sizing-xl) 0 var(--sizing-lg);
&.reduced-margin {
margin: var(--sizing-md) 0 var(--sizing-lg);

View file

@ -51,6 +51,7 @@
display: grid;
gap: var(--sizing-sm);
grid-template-columns: repeat(2,minmax(0,1fr));
margin-bottom: var(--sizing-base);
& a,
& div {