mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2024-11-25 15:41:03 +00:00
10 lines
174 B
SCSS
10 lines
174 B
SCSS
|
@import 'modern/light';
|
||
|
@import 'application';
|
||
|
@import 'modern/style';
|
||
|
@import 'mastodon-light/diff';
|
||
|
|
||
|
.layout-multiple-columns .column {
|
||
|
flex-grow: 1;
|
||
|
max-width: 500px;
|
||
|
}
|