From 5c80904ecc2ee5e0b8188689237b4fb053669b3f Mon Sep 17 00:00:00 2001 From: Tanushree084 Date: Fri, 18 Oct 2024 01:02:43 +0530 Subject: [PATCH] updated the nav bar --- style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 39c39ef1..62dfbe93 100644 --- a/style.css +++ b/style.css @@ -245,12 +245,14 @@ html::-webkit-scrollbar-thumb:window-inactive { nav { flex: 1; text-align: right; - margin-right: 100px; + ; } nav ul{ - margin-left: 20px; + margin: 0; + padding: 0; display: flex; - flex-direction: row; + justify-content: flex-end; + align-items: center; } nav ul li { list-style: none;