From cf69883d04237fde75679296dff3bf5a7963945a Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Sun, 11 Jun 2023 21:02:56 +0000 Subject: [PATCH] Make nav a font-size 16px Signed-off-by: HackerNCoder --- assets/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/static/style.css b/assets/static/style.css index f436405..cb3b6ef 100644 --- a/assets/static/style.css +++ b/assets/static/style.css @@ -44,7 +44,7 @@ header nav ul li { } header nav ul li a { - /* font-size: 1.05em; */ + font-size: 16px; color: #EAE2B7; text-decoration: none; padding: 3px 3px 0;