Improve heading font-size & layout

This commit is contained in:
Cotes Chung 2021-12-05 23:44:04 +08:00
parent cf8dae9454
commit b1377ac694
1 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ body {
h1 {
@extend %heading;
font-size: 1.8rem;
font-size: 1.9rem;
}
h2 {
@ -56,7 +56,7 @@ h2 {
@extend %section;
@extend %anchor;
font-size: 1.4rem;
font-size: 1.5rem;
}
h3 {
@ -64,7 +64,7 @@ h3 {
@extend %section;
@extend %anchor;
font-size: 1.25rem;
font-size: 1.2rem;
}
h4 {
@ -362,7 +362,7 @@ img[data-src] {
.post {
h1 {
margin-top: 3rem;
margin-bottom: 1rem;
margin-bottom: 1.5rem;
}
a {