From 9b2851db1f9cb09c49f7f4dc5c43959c0b6c0489 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 27 Dec 2022 21:36:36 -0700 Subject: newline on smaller screens --- static/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'static') 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; } } -- cgit v1.2.3