From d47dc783878c159fc6b7df1d230340f6dc6f231c Mon Sep 17 00:00:00 2001 From: VijaySamant4368 Date: Thu, 18 Jul 2024 18:32:28 +0530 Subject: [PATCH 1/2] Fixed Hamburger --- pricing/index.html | 34 ++++++++++++++++------------------ pricing/style.css | 10 +++++++++- 2 files changed, 25 insertions(+), 19 deletions(-) diff --git a/pricing/index.html b/pricing/index.html index b894d651..ec6673f8 100644 --- a/pricing/index.html +++ b/pricing/index.html @@ -13,24 +13,6 @@ - @@ -193,5 +175,21 @@ + + \ No newline at end of file diff --git a/pricing/style.css b/pricing/style.css index 80c3d90f..819c0374 100644 --- a/pricing/style.css +++ b/pricing/style.css @@ -111,7 +111,6 @@ header { position: relative; z-index: 10; margin-right: 20px; - } .link a { @@ -169,6 +168,10 @@ header { } @media screen and (max-width: 1220px) { + + .newNav { + text-align: center; + } .hamburger { display: flex; cursor: pointer; @@ -194,6 +197,11 @@ header { z-index: 10; } + .navLinks li a { + font-weight: 600; + } + + #toggle { font-size: 0.6rem; } From 210539d971c51315c52ca4268636175a8ab23036 Mon Sep 17 00:00:00 2001 From: VijaySamant4368 Date: Thu, 18 Jul 2024 18:36:12 +0530 Subject: [PATCH 2/2] Fixed Hamburger --- pricing/index.html | 45 ++++++++++++++++++++++++++++++++------------- 1 file changed, 32 insertions(+), 13 deletions(-) diff --git a/pricing/index.html b/pricing/index.html index ec6673f8..2c4f9ac6 100644 --- a/pricing/index.html +++ b/pricing/index.html @@ -13,6 +13,24 @@ + @@ -176,19 +194,20 @@