solve some pbm with font size
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
html {
|
||||
font-size: 62.5%;
|
||||
}
|
||||
|
||||
:root {
|
||||
--base_font_size: 62.5%;
|
||||
}
|
||||
html {
|
||||
font-size: var(--base_font_size);
|
||||
}
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
|
||||
Reference in New Issue
Block a user