Skip to content

Commit 9610d63

Browse files
committed
css: tweak font-size settings for title, subtitle, and header levels
1 parent c435b45 commit 9610d63

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

assets/scss/base/_base.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,19 @@ h1, h2, h3, h4, h5, h6 {
6565
}
6666
}
6767
h1 {
68-
font-size: 2em;
68+
font-size: 1.6em;
6969
}
7070
h2 {
71-
font-size: 1.8em;
71+
font-size: 1.45em;
7272
}
7373
h3 {
74-
font-size: 1.6em;
74+
font-size: 1.3em;
7575
}
7676
h4 {
77-
font-size: 1.4em;
77+
font-size: 1.15em;
7878
}
7979
h5 {
80-
font-size: 1.2em;
80+
font-size: 1em;
8181
}
8282
h6 {
8383
font-size: 1em;

assets/scss/layout/_single.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
}
44

55
.post-title {
6+
font-size: 2em;
67
text-align: center;
78
}
89

910
.post-subtitle {
10-
font-size: 1.3em;
11+
font-size: 1.4em;
1112
text-align: center;
1213
font-weight: 700;
1314
margin-top: -0.618em;

0 commit comments

Comments
 (0)