Skip to content
This repository was archived by the owner on Jul 29, 2019. It is now read-only.

Commit c4a17b3

Browse files
committed
Lower the size of headers
1 parent ea37d93 commit c4a17b3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

css/src/style.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,18 +214,19 @@ sidebar {
214214
line-height: inherit;
215215
color: white;
216216
margin: auto;
217+
overflow: visible;
217218
}
218219
h2 {
219-
font-size: 4vmax;
220+
font-size: 3.5vmax;
220221
}
221222
h3 {
222223
font-weight: bold;
223-
font-size: 2vmax;
224+
font-size: 1.75vmax;
224225
margin: 5px 0 20px;
225226
}
226227
h4,
227228
h5 {
228-
font-size: 1.5vmax;
229+
font-size: 1.45vmax;
229230
b {
230231
font-weight: bold;
231232
}

css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)