From a924147e26f22604db94277fd1408defee8267b6 Mon Sep 17 00:00:00 2001 From: liquidev Date: Tue, 3 Sep 2024 22:56:53 +0200 Subject: [PATCH] force font size to 14px in the app I've been (hotly) debating this with myself today and I _think_ this is the right decision for an app. note that I'm not changing the font size in the docs; that I think is valuable to have be user-controllable, but I'd really prefer if users would see the app the way _I_ design it to look --- static/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/index.css b/static/index.css index af6aea6..c937ee8 100644 --- a/static/index.css +++ b/static/index.css @@ -6,6 +6,8 @@ body { width: 100vw; height: 100vh; + + font-size: 14px; } main {