From 27efbb2e912e9b3856299101d47fe79f268b4507 Mon Sep 17 00:00:00 2001 From: Supratit Datta Date: Tue, 8 Oct 2024 23:19:23 +0530 Subject: [PATCH 1/2] updated overflow bug --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 24ccc3c7..855b5d6e 100644 --- a/style.css +++ b/style.css @@ -117,6 +117,7 @@ html::-webkit-scrollbar-thumb:window-inactive { padding-left: 5%; padding-right: 5%; box-sizing: border-box; + overflow-x: hidden; } .navbar { From 2e0f31b2264bb15cbe467ab7dc59c05c0c63e188 Mon Sep 17 00:00:00 2001 From: Supratit Datta Date: Tue, 8 Oct 2024 23:28:38 +0530 Subject: [PATCH 2/2] Removed overflow bug --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 855b5d6e..b4f13dc3 100644 --- a/style.css +++ b/style.css @@ -286,11 +286,16 @@ nav { text-align: right; margin-right: 100px; } - +nav ul{ + margin-left: 20px; + display: flex; + flex-direction: row; +} nav ul li { list-style: none; display: inline; margin-right: 30px; + text-wrap: nowrap; } nav ul li a {