mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +00:00
Fix heading margins in content info
This commit is contained in:
parent
70d3e26b86
commit
c88e5ed28b
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue