From 1636a436f9a4da08de987370be6f43559d14dcc7 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Sun, 11 Jun 2023 21:18:54 +0000 Subject: [PATCH] fixup! Make nav a 2rem on width > 768px Signed-off-by: HackerNCoder --- assets/static/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/static/style.css b/assets/static/style.css index eea38d3..c1cc0be 100644 --- a/assets/static/style.css +++ b/assets/static/style.css @@ -58,7 +58,9 @@ header nav ul li a:hover { } @media (max-width: 768px) { - font-size: 2rem; + header nav ul li a { + font-size: 2rem; + } } .page h2 {