Add a 4th CSS media query breakpoint.
See original GitHub issueI know this would require a lot of work to implement, but the large
breakpoint covers a far too wide range. It is not sufficient to choose a fraction of twelve that fits both the large and extra large, especially when the content is split vertically, for example with a sidebar or with sub columns within another column.
Please refer to these two examples. The first one shows a column system just above the medium to large breakpoint.
image
The side column, has the class l4
and the map has l8
, which covers both the large and extra large screens.
The checkbox labels has been modified to have ellipsis when they overflow. It would be nice to have an extra large breakpoint to allow for more dynamic responsive pages.
This image shows the same page in a window with a width of 1080p.
If I change the breakpoint fractions to l5
and l7
, the sidebar gets way too big on small large screens:
On the medium breakpoint, I break the checkboxes into a single column, but without another breakpoint, I can’t really do that for the smaller of the large screens.
I don’t know if my scenario is just weird, or there really is something to this. Please let me hear your thoughts on this.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:6
- Comments:6 (1 by maintainers)
Hey I have managed to add two more breakpoints, extra small and extra large. Place the following in your main.scss …
Added in 104da64