Skip to content

Commit bed5640

Browse files
committed
fix base font size
1 parent 57ea83c commit bed5640

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/assets/stylesheets/app.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
display: none !important;
33
}
44

5-
body {
5+
html {
66
font-size: 15px !important;
7+
}
8+
9+
body {
710
overscroll-behavior: none;
811
}
912

0 commit comments

Comments
 (0)