From a159ba1d972834cc2e2e45c4e9c951b655f945bb Mon Sep 17 00:00:00 2001 From: Ritik Hans Date: Wed, 25 Oct 2023 16:59:00 +0530 Subject: [PATCH] Fixing the Alignment of the Navbar Logo and its Items --- header.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/header.css b/header.css index 33cc7b0..9710fd3 100644 --- a/header.css +++ b/header.css @@ -32,7 +32,9 @@ } #upheader>div{ - width: 30%; + width: 35%; + display: flex; + justify-content: flex-start; /* border: 1px solid black; */ }