From 2955e445644990b6dc5a5d28d27f2e66409c4c4d Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 27 Dec 2022 21:30:13 -0700 Subject: fix padding and navbar font-size --- static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 775d6d5..04cf7b0 100644 --- a/static/style.css +++ b/static/style.css @@ -188,3 +188,9 @@ footer { display: none; } } + +@media(max-width:502px) { + .navbar-item { + font-size: 14px; + } +} -- cgit v1.2.3