From ff74102c1b108f9f4efbbf638650dba5939acc3e Mon Sep 17 00:00:00 2001 From: mr-panther01 Date: Sun, 20 Oct 2024 13:53:28 +0530 Subject: [PATCH] responsive design added for navbar --- src/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/style.css b/src/style.css index 0e47895..202a5bc 100644 --- a/src/style.css +++ b/src/style.css @@ -313,6 +313,19 @@ body.nav-active { border-bottom: 1px solid rgb(238, 187, 120); margin-bottom: 10px; } +@media(max-width:520px){ + .top_navbar_style{ + display: flex; + flex-direction: column; + justify-content: space-between; + justify-items: center; + padding: 20px; + margin-top: -34px; + color: rgb(234, 231, 226); + border-bottom: 1px solid rgb(238, 187, 120); + margin-bottom: 10px; + } +} .separator { width: 8px; height: 8px;