From 2e0f31b2264bb15cbe467ab7dc59c05c0c63e188 Mon Sep 17 00:00:00 2001 From: Supratit Datta Date: Tue, 8 Oct 2024 23:28:38 +0530 Subject: [PATCH] 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 {