IACR / conference-template

Reusable conference website template for all IACR events
6 stars 9 forks source link

Customize for xxl screens #185

Closed kaymckelly closed 2 years ago

kaymckelly commented 4 years ago

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.