Skip to content

Commit 9f4ba0c

Browse files
committed
chore:Added responsive Navbar
Signed-off-by: anirudh-bukka <[email protected]>
1 parent db27be7 commit 9f4ba0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/assets/css/stellarnav.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,10 @@ body.stellarnav-noscroll-x { overflow-x: hidden; }
164164
/* mobile nav */
165165
@media only screen and (max-width : 420px) {
166166
.stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span { display: none; }
167+
.stellarnav.mobile ul {
168+
position: absolute;
169+
}
170+
.stellarnav.mobile ul li:hover{
171+
background-color: #d0fcf4;
172+
}
167173
}

0 commit comments

Comments
 (0)