With the increased number of 4k monitors available, sometimes the Bootstrap .col-xl-* doesn't cut it; it's only for 1200+px widths, which is FAR below what 4k monitors and other larger monitors can display. This results in a significant amount of deadspace to either side of the central column layout that works so well for other sizes.
For these xxl screens, I'd propose we create our own class, modeled on the Bootstrap column sizes. Basically we'd be supplementing Bootstrap. It's possible they'll come out with something like this in Bootstrap 5, but it's unclear when a stable version of that would release.
Thanks to Mehdi Tibouchi (via @cryptojedi) for bringing this to our attention.
With the increased number of 4k monitors available, sometimes the Bootstrap .col-xl-* doesn't cut it; it's only for 1200+px widths, which is FAR below what 4k monitors and other larger monitors can display. This results in a significant amount of deadspace to either side of the central column layout that works so well for other sizes.
For these xxl screens, I'd propose we create our own class, modeled on the Bootstrap column sizes. Basically we'd be supplementing Bootstrap. It's possible they'll come out with something like this in Bootstrap 5, but it's unclear when a stable version of that would release.
Thanks to Mehdi Tibouchi (via @cryptojedi) for bringing this to our attention.