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:
parent
255511ac16
commit
a924147e26
|
@ -6,6 +6,8 @@
|
||||||
body {
|
body {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
Loading…
Reference in a new issue