summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2020-12-28 18:14:13 -0700
committerAaron Ball <nullspoon@oper.io>2020-12-28 18:14:13 -0700
commitcdecc1ee4fde0e3b7983df858163ee934f36debf (patch)
tree8fea9b5a87d449fa4c7180c5bece9cc5634394e9 /res
parent50d4d041c6753bef4137fcec1fbb1ac7d2b2addb (diff)
downloadoper.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.css2
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%;
}

Generated by cgit