From 95b3941827c541add506796dc0b8da484468aa4b Mon Sep 17 00:00:00 2001 From: MatthewOwens Date: Mon, 20 Jul 2020 18:55:41 +0100 Subject: [PATCH] changed font size to scale with device --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 1c2757e..38213cc 100644 --- a/style.css +++ b/style.css @@ -53,7 +53,7 @@ header h1 { } .nav-tabs{ border-bottom:1px solid #333; - font-size: 2em; + font-size: 1.5vmax; } .nav-tabs>li{ float:left; -- 2.20.1