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

View File

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