From 6c4c4ae64c5e65ba6fa7258a8400b91c44d8303f Mon Sep 17 00:00:00 2001 From: MatthewOwens Date: Mon, 20 Jul 2020 18:56:33 +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 38213cc..1a5cc39 100644 --- a/style.css +++ b/style.css @@ -53,7 +53,7 @@ header h1 { } .nav-tabs{ border-bottom:1px solid #333; - font-size: 1.5vmax; + font-size: 1vmax; } .nav-tabs>li{ float:left; -- 2.20.1