mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-07 04:55:13 +00:00
9 lines
No EOL
131 B
SCSS
9 lines
No EOL
131 B
SCSS
@media screen and (min-width: 631px) {
|
|
.columns-area {
|
|
max-width: 100%;
|
|
}
|
|
.column {
|
|
flex: 1 1 100%;
|
|
min-width: 280px;
|
|
}
|
|
} |