improve and normalize microblog formatting

This commit is contained in:
Robert Kaussow 2020-09-17 22:44:42 +02:00
parent ac62a9ed27
commit d4d8437388
No known key found for this signature in database
GPG key ID: 65362AE74AF98B61
6 changed files with 82 additions and 52 deletions

View file

@ -20,24 +20,20 @@
h4,
h5,
h6 {
font-weight: normal;
line-height: 1em;
margin-top: 1.5em;
margin-bottom: $padding-16;
font-weight: 600;
> code {
border-top: 3px solid $gray-300;
font-size: 0.75em !important;
}
}
h4,
h5,
h6 {
font-weight: bolder;
}
h5 {
font-size: 0.875em;
}
h6 {
font-size: 0.75em;
> code {
font-size: 0.8rem !important;
}
}
b,