fix base font size

This commit is contained in:
Nazar Kanaev 2023-08-14 21:25:47 +01:00
parent 57ea83cf4f
commit bed5640366

View File

@ -2,8 +2,11 @@
display: none !important; display: none !important;
} }
body { html {
font-size: 15px !important; font-size: 15px !important;
}
body {
overscroll-behavior: none; overscroll-behavior: none;
} }