Tweak heading font sizes

This commit is contained in:
Shadowfacts 2020-04-15 11:48:20 -04:00
parent 49058332b9
commit 5c5355b034
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 3 additions and 2 deletions

View File

@ -47,7 +47,7 @@ article {
.article-title {
margin-top: 0.7em;
margin-bottom: 0;
font-size: 1.6rem;
font-size: 1.7rem;
&::before {
content: "#";
@ -99,7 +99,8 @@ article {
}
h1 { font-size: 1.6rem; }
h2 { font-size: 1.4rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.4rem; }
hr.footnotes-sep {
border: none;