From 5be050e65573e2a10585cdda852011c36299decf Mon Sep 17 00:00:00 2001 From: Johan Thelin Date: Mon, 4 Mar 2019 16:58:41 +0100 Subject: [PATCH] Reducing the text size in the navbar --- 2019/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/2019/style.css b/2019/style.css index 01e8c13..bc7c3b4 100644 --- a/2019/style.css +++ b/2019/style.css @@ -98,6 +98,7 @@ td.scheduletime { .nav-link { font-weight: 600; + font-size: 90%; } body { padding-top: 100px; }