-
Notifications
You must be signed in to change notification settings - Fork 90
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 menu mobile #100
Fix menu mobile #100
Conversation
Bug - Open Menu In the Mobile Display hasadna#64
Bug - Open Menu In the Mobile Display hasadna#64
Bug - Open Menu In the Mobile Display hasadna#64
max-width: 100%; | ||
padding: 30px; | ||
margin-right: .51rem; |
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.
why this is the right number?
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.
it's can be change to 0.5 rem.
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.
rem
is related to the default font size, so I'm curios fo understand why this specific size has been chosen
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.
I'm use to work with rem ..
any way I change it to px
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.
rem is fine - I'm just confused by the very specific number
@giladfuchs |
allright, I see - thank you |
Resolve #64
Bug - Open Menu In the Mobile Display #64
Description
small css edit
screenshots