From bf9da57ff86b6b75558d101544f4b004fecc8362 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 26 Oct 2019 17:15:23 -0400 Subject: nfsw/static/io.css: Make font-size 0.88em on all screens. --- nfsw/static/io.css | 7 +------ 1 file changed, 1 insertion(+), 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; -- cgit v1.2.3