Cofffee-Assets/styles/mods/layout_1600px.css
stux 33ad106a25 Custom themes
Added all custom themes from the collection.
2022-05-23 23:03:20 +02:00

12 lines
336 B
CSS

/*
Allow for wider layout on bigger screens
- vanilla max-width is 1200px
- there is no penalty to slightly expanding flexbox on bigger screens
- only applies on landing pages (webapp will expand as you add columns)
author: trwnh
license: Public Domain
*/
@media (min-width: 1600px) {
.landing-page .container {max-width: 1600px}
}