summaryrefslogtreecommitdiff
path: root/src/http/static
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/static')
-rw-r--r--src/http/static/mediocre.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/http/static/mediocre.css b/src/http/static/mediocre.css
index 0187543..27dd963 100644
--- a/src/http/static/mediocre.css
+++ b/src/http/static/mediocre.css
@@ -61,6 +61,12 @@ html {
font-size: 1em;
}
+@media (max-width: 800px) {
+ html {
+ font-size: 1.3em;
+ }
+}
+
header {
background: var(--nc-bg-1);
font-size: 1.5rem;