forked from treehouse/mastodon
Fixed improper centering of columns-area
parent
2d8ebdcc72
commit
0b371da971
|
@ -1351,10 +1351,6 @@
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
||||||
.wide & {
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@include limited-single-column('screen and (max-width: 360px)', $parent: null) {
|
@include limited-single-column('screen and (max-width: 360px)', $parent: null) {
|
||||||
|
|
Loading…
Reference in New Issue