diff options
author | Aaron Ball <nullspoon@oper.io> | 2020-12-28 18:14:13 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2020-12-28 18:14:13 -0700 |
commit | cdecc1ee4fde0e3b7983df858163ee934f36debf (patch) | |
tree | 8fea9b5a87d449fa4c7180c5bece9cc5634394e9 /res | |
parent | 50d4d041c6753bef4137fcec1fbb1ac7d2b2addb (diff) | |
download | oper.io-cdecc1ee4fde0e3b7983df858163ee934f36debf.tar.gz oper.io-cdecc1ee4fde0e3b7983df858163ee934f36debf.tar.xz |
Increase small mobile screen font size to 15px
Diffstat (limited to 'res')
-rw-r--r-- | res/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/style.css b/res/style.css index e216441..52e8f45 100644 --- a/res/style.css +++ b/res/style.css @@ -480,7 +480,7 @@ span.docutils.literal { */ /* Smaller mobile displays with a lower resolution */ @media only screen and (orientation: portrait) and (max-width: 850px) { - html, body { font-size: 14px; } + html, body { font-size: 15px; } div#nav-header, .grid-container-left, .grid-container-right { grid-template-columns:100%; } |