From 99b3fd0e5edde1e6ce037299237e9709a2133c3e Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 16 Mar 2025 21:31:47 +0200 Subject: [PATCH] web/index: move font size to html root --- web/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {