0

fix(web): improve spacing in custom bottom section with headers

This commit is contained in:
Gabe Kangas 2023-04-15 17:50:52 -07:00
parent 7a9eb5e4ed
commit 057b93b1b2
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -132,4 +132,10 @@
padding: calc(2 * var(--content-padding));
border-radius: var(--theme-rounded-corners);
width: 100%;
h1:first-child,
h2:first-child,
h3:first-child {
margin-top: unset;
}
}