Skip to content

Commit 1960b02

Browse files
committed
Update font-size for headers
1 parent 6acb8cc commit 1960b02

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

_sass/minimal-mistakes/_page.scss

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,30 @@ body {
8383
}
8484

8585
.page__content {
86+
h1 {
87+
font-size: 2em;
88+
}
89+
8690
h2 {
91+
font-size: 1.5em;
8792
padding-bottom: 0.5em;
8893
border-bottom: 1px solid $border-color;
8994
}
9095

96+
h3 {
97+
font-size: 1.17em;
98+
}
99+
91100
h4 {
92-
font-size: 0.8125em;
101+
font-size: 1em;
102+
}
103+
104+
h5 {
105+
font-size: .83em;
106+
}
107+
108+
h6 {
109+
font-size: .67em;
93110
}
94111

95112
h1, h2, h3, h4, h5, h6 {

0 commit comments

Comments
 (0)