mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2024-11-25 07:30:59 +00:00
33ad106a25
Added all custom themes from the collection.
12 lines
No EOL
336 B
CSS
12 lines
No EOL
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}
|
|
} |