mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2024-11-22 06:10:59 +00:00
33ad106a25
Added all custom themes from the collection.
10 lines
No EOL
210 B
CSS
10 lines
No EOL
210 B
CSS
/*
|
|
* Wider columns:
|
|
* - Make the multi-column layout use wider columns by default.
|
|
*
|
|
* author: trwnh
|
|
* license: Public Domain
|
|
*/
|
|
@media (min-width: 640px) {
|
|
.column, #mastodon-timeline {min-width: 60ch;}
|
|
} |