Skip to content

Commit

Permalink
Merge pull request #2621 from ayushkamboj18/reponsive-header-mobile
Browse files Browse the repository at this point in the history
responsive-header-mobile
  • Loading branch information
huamanraj authored Jul 25, 2024
2 parents ca74be4 + 4dcce29 commit f2b39d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/css/MenuClick.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
@media (max-width: 990px) {
body .switch-container{
margin-right: 10px !important;
position: unset !important;
}
.logopic{
margin: auto;
}
Expand Down Expand Up @@ -116,6 +120,10 @@ transform: translateX(-200%);
body .nav_activated{
transform: translateX(-200%);
}
body .switch-container{
margin-right: 10px !important;
position: unset !important;
}
}
@media (min-width: 990px) {
#mobile_View_Menu{
Expand Down

0 comments on commit f2b39d6

Please sign in to comment.