fix(web): improve spacing in custom bottom section with headers
This commit is contained in:
parent
7a9eb5e4ed
commit
057b93b1b2
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user