feat(core): reduce space between page header and tools

This commit is contained in:
alistair3149 2022-11-21 19:05:38 -05:00
parent 7153186c5f
commit ead296c46d
No known key found for this signature in database

View file

@ -27,7 +27,7 @@
flex-wrap: wrap;
align-items: center;
padding-top: var( --space-md );
gap: var( --space-xl );
gap: var( --space-md );
grid-area: header;
}