mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2025-02-16 12:35:13 +00:00
10 lines
210 B
CSS
10 lines
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;}
|
||
|
}
|