-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
missing breakpoint at 480px? #9915
Comments
@tkittich Bootstrap 3 is mobile first. Its the default "breakpoint". |
I am quite confused about this. 480px is a quite common screen width for vertical phones and 768px for horizontal phones. So I believe there should be some ways to differentiate between 480px and 768px. |
The second breakpoint is from 768 and up, thus 768 != 480 |
5 grid sizes sounds kinda ridiculous. |
I think @tkittich is confused because the customization tab in the docs still says 480px for @screen-xs. So perhaps this is an issue of documentation. edit: and I'm still seeing 480px on line 203 of variables.less |
@tkittich if you need a way to "differentiate between 480px and 768px", you can add a new breakpoint at 480px. You have an example (HS, Horizontal Small Devices) in this forked repo: https://github.com/Teachnova/bootstrap/tree/hs (hs branch). This is unofficial but updated to v3.1.1. You will see that changes are only a few, because this framework is well coded and complain DRY principle. |
The document says
So it seems a breakpoint & media query for devices between 480px - 768px are missing.
The text was updated successfully, but these errors were encountered: