From b5780be2d5e49e3cbdf672c25c665f9b5fa37bb8 Mon Sep 17 00:00:00 2001 From: Prerak Mathur Date: Wed, 16 Feb 2022 05:40:31 +0530 Subject: [PATCH 1/2] Navbar responsive --- css/style.css | 5 +++++ index.html | 36 ++++++++++++++++++++---------------- 2 files changed, 25 insertions(+), 16 deletions(-) diff --git a/css/style.css b/css/style.css index 685ad68..e080c9d 100644 --- a/css/style.css +++ b/css/style.css @@ -78,6 +78,11 @@ nav{ padding-top: 53px; z-index: 10; } + +.navbar-collapse.in { + display: block !important; +} + .header-logo { height: 70px; position: absolute; diff --git a/index.html b/index.html index c39de54..f6469a4 100644 --- a/index.html +++ b/index.html @@ -10,25 +10,28 @@ -