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
This commit is contained in:
liquidex 2024-09-03 22:56:53 +02:00
parent 255511ac16
commit a924147e26

View file

@ -6,6 +6,8 @@
body {
width: 100vw;
height: 100vh;
font-size: 14px;
}
main {