mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Improve heading font-size & layout
This commit is contained in:
parent
cf8dae9454
commit
b1377ac694
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user