diff --git a/web/src/index.css b/web/src/index.css index 0aa7987..a85b677 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -167,7 +167,6 @@ body { padding: 0; background-color: var(--background-color); line-height: 1.5; - font-size: 16px; touch-action: none; color: var(--text-color); min-height: 100vh; @@ -176,6 +175,7 @@ body { html { touch-action: none; background-color: var(--background-color); + font-size: 16px; } #root {