-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(UI) : Navbar Collapsing Issue #268 #273
base: main
Are you sure you want to change the base?
Conversation
please squash your commits into one |
48a00f1
to
e09aa85
Compare
@dushimsam I have squashed the PR kindly review it and merge accordingly. |
30cb580
to
e09aa85
Compare
@GMishx @shaheemazmalmmd @Shruti3004 Can you please have a look into this PR? |
@@ -0,0 +1,6 @@ | |||
@media only screen and (max-width: 550px) { | |||
#footer { | |||
max-width: 102vw; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
making its width 102vw
will make the footer overflow horizontally.
Hey @MananAgr2003 please remove the |
This pull request has conflicts, please rebase to resolve those before we can evaluate the pull request. |
Description
Fixed Issue #268 and improved the navbar in the mobile UI.
Fixed Overflow issue in mobile UI.
Relevant ScreenShots :
before :
after :