From fe9b9ee76f05eba29f048065fb4267a5f7709e16 Mon Sep 17 00:00:00 2001 From: taemochi12 Date: Fri, 9 Aug 2024 17:44:49 +0530 Subject: [PATCH] Done with the left alignment of navbar container --- index.css | 4 +++- news.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index b0021b54..3a29b65a 100644 --- a/index.css +++ b/index.css @@ -225,6 +225,7 @@ option { @media (max-width: 768px) { .nav_menu { flex-direction: column; + margin-left: 0; } .hamburger { @@ -240,7 +241,7 @@ option { flex-direction: column; position: fixed; top: 60px; - left: 20px; + left: 0px; background-color: #022a2d; width: 45% !important; margin-top: 30px; @@ -256,6 +257,7 @@ option { .nav_link li { margin: 10px 0; font-size: 18px; + } .nav_link a { diff --git a/news.html b/news.html index 1bb42b24..a169a7c3 100644 --- a/news.html +++ b/news.html @@ -129,7 +129,7 @@ flex-direction: column; position: fixed; top: 64px; - left: 20px; + left: 0px; background-color: #022a2d; width: 45% !important; margin-top: 30px;