From 8d694d0f830416481640313a0fa576e5bb731d44 Mon Sep 17 00:00:00 2001 From: MatthewOwens Date: Mon, 20 Jul 2020 15:59:03 +0100 Subject: [PATCH] set nav bar font size --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7c6330a..1c2757e 100644 --- a/style.css +++ b/style.css @@ -52,7 +52,8 @@ header h1 { border-bottom:1px solid #b35050 } .nav-tabs{ - border-bottom:1px solid #333 + border-bottom:1px solid #333; + font-size: 2em; } .nav-tabs>li{ float:left; -- 2.20.1