Fix heading margins in content info

This commit is contained in:
ItsDrike 2022-05-23 18:24:35 +02:00
parent 70d3e26b86
commit c88e5ed28b
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -104,8 +104,15 @@ img {
}
}
#changelog, #sources {
font-family: $font-family-mono;
font-size: $font-size-base * 0.9;
font-weight: 400;
.content-info {
h1, h2, h3, h4, h5, h6 {
margin-top: $headings-margin-bottom;
margin-bottom: 0.3rem;
}
#changelog, #sources {
font-family: $font-family-mono;
font-size: $font-size-base * 0.9;
font-weight: 400;
}
}