Skip to content

Commit cd959c4

Browse files
committed
Fix font size on small devices
1 parent 97033bc commit cd959c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ h1 .char:hover {
9696

9797
@media screen and (max-width: 900px) {
9898
h1 {
99-
font-size: 96;
99+
font-size: 96px;
100100
}
101101
}
102102

0 commit comments

Comments
 (0)