From 4145377794323338168158a98b4a39ade727d565 Mon Sep 17 00:00:00 2001 From: Manos Date: Mon, 21 Jun 2021 13:34:25 +0200 Subject: [PATCH] Nav responsive size --- css/styles.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css/styles.css b/css/styles.css index 526fb17..484fa84 100644 --- a/css/styles.css +++ b/css/styles.css @@ -300,14 +300,13 @@ body { top: 0; display: inline-block; font-family: sans-serif; - font-size: calc(.5em + .25vw); + font-size: calc(0.75em + 0.05vw); outline: 0; text-decoration: none; text-align: center; width: 33.33%; - height: 4em; - box-shadow: 0 0 0.1em dimgray; - padding: 1em; + height: 3.4em; + padding: .68em; z-index: 1; background-color: black; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */