We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6acb8cc commit 1960b02Copy full SHA for 1960b02
_sass/minimal-mistakes/_page.scss
@@ -83,13 +83,30 @@ body {
83
}
84
85
.page__content {
86
+ h1 {
87
+ font-size: 2em;
88
+ }
89
+
90
h2 {
91
+ font-size: 1.5em;
92
padding-bottom: 0.5em;
93
border-bottom: 1px solid $border-color;
94
95
96
+ h3 {
97
+ font-size: 1.17em;
98
99
100
h4 {
- font-size: 0.8125em;
101
+ font-size: 1em;
102
103
104
+ h5 {
105
+ font-size: .83em;
106
107
108
+ h6 {
109
+ font-size: .67em;
110
111
112
h1, h2, h3, h4, h5, h6 {
0 commit comments