Skip to content

Commit 5ede1dd

Browse files
committed
update heading
1 parent 9703bb0 commit 5ede1dd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: docs/index.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@
2727

2828
h1 {
2929
color: black;
30-
font-size: 120px;
30+
font-size: 80px;
31+
}
32+
@media screen and (min-width: 768px) {
33+
h1 {
34+
font-size: 120px;
35+
}
3136
}
3237

3338
pre {

0 commit comments

Comments
 (0)