Reduce top padding in content header

This commit is contained in:
Gabe Kangas 2022-12-24 14:59:03 -08:00
parent 91829eadc5
commit 01082c5e0b
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -4,6 +4,7 @@
position: relative;
display: grid;
padding: 1.4rem;
padding-top: unset;
}
.row {