-
Notifications
You must be signed in to change notification settings - Fork 13
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
Issue in css at 767px #3
Comments
Provide the site's link and also describe your issue in detail please @Yash121l |
Actually i was just searching a sidebar for my project and then i find this when i see there live preview by cloning it i find out that there is sum issue with css the the code writer for making it responsive is not writing properly and at exactly at 767 Px it get breaks and the user see navbar like (which i show in the main fork). that is @beasthellboyy |
isn't it working fine? @Yash121l |
I dont know but it is looking like this in mine @beasthellboyy |
change the min-width: 767px to min-width: 768px in styles.css file in the following section of code @media screen and (min-width: 767px) { |
the style is not properly been applied because at 767 there is error window
The text was updated successfully, but these errors were encountered: