Skip to content

Commit f11017c

Browse files
committed
add adaptive title size
1 parent fc4fcac commit f11017c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

static/css/style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body {
2626
}
2727

2828
.bg-color-grey {
29-
background-color: #eeeeee;
29+
background-color: #ececec;
3030
}
3131

3232
.bg-color-black {
@@ -36,3 +36,9 @@ body {
3636
.fg-color-white {
3737
color: #fefefe;
3838
}
39+
40+
@media screen and (max-width: 600px) {
41+
h1 {
42+
font-size: 3em;
43+
}
44+
}

0 commit comments

Comments
 (0)