summaryrefslogtreecommitdiffstats
path: root/nfsw
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-26 17:15:23 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-26 17:15:23 -0400
commitbf9da57ff86b6b75558d101544f4b004fecc8362 (patch)
tree971d9c7621b0921701a8e6a7866b261d5050b833 /nfsw
parent9ed97281487d93a1a805bea3cce78d7e153e0b41 (diff)
nfsw/static/io.css: Make font-size 0.88em on all screens.
Diffstat (limited to 'nfsw')
-rw-r--r--nfsw/static/io.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/nfsw/static/io.css b/nfsw/static/io.css
index 936efc6..34f28e9 100644
--- a/nfsw/static/io.css
+++ b/nfsw/static/io.css
@@ -5,6 +5,7 @@
body {
font-family: noto-mono;
+ font-size: 0.88em;
overflow: hidden;
margin: 0 0 0 0;
background-color: rgb(0, 0, 0);
@@ -58,12 +59,6 @@ body {
outline-width: 0px;
}
-@media (min-width: 100px) and (max-width: 650px) {
- body {
- font-size: 0.88em;
- }
-}
-
@media (min-height: 401px) and (max-height: 812px) and (max-width: 550px) {
.console {
max-height: 80vh;