From 43f565a691139cc3cf05da11138e40654431aaac Mon Sep 17 00:00:00 2001 From: Bharti Jangir Date: Thu, 16 May 2024 20:19:46 +0530 Subject: [PATCH] =?UTF-8?q?Fixed=20the=20beautiful=20Logo=20=F0=9F=8D=89?= =?UTF-8?q?=F0=9F=8D=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index ec701df92..5f8b4dc2a 100644 --- a/style.css +++ b/style.css @@ -210,10 +210,12 @@ ul { .main-nav { margin-top: 20px; justify-content: space-between; + overflow: hidden; } .company-logo img { width: 200px; + height: 50px; } .nav-links {