aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 04cf7b0..cf91c51 100644
--- a/static/style.css
+++ b/static/style.css
@@ -189,8 +189,12 @@ footer {
}
}
+.split-navbar {
+ display: none;
+}
+
@media(max-width:502px) {
- .navbar-item {
- font-size: 14px;
+ .split-navbar {
+ display: inline;
}
}