Skip to content

Commit 3ec7e06

Browse files
committed
fixup! undo spurious CSS reordering
1 parent 784a176 commit 3ec7e06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/assets/css/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ h1 {
1111
font-size:60px;
1212
line-height:60px;
1313
font-family:georgia, Arial, serif;
14-
font-weight:normal;
1514
margin-bottom:15px;
15+
font-weight:normal;
1616
overflow-wrap:break-word;
1717
hyphens:auto;
1818
}
1919
@media screen and (max-width:400px) {
2020
h1 {
2121
font-size:40px;
2222
line-height:40px;
23-
} font-weight:normal;
23+
font-weight:normal;
24+
}
2425
}
2526
h2 {
2627
font-size:20px;

0 commit comments

Comments
 (0)