Fix glitch-soc columns padding on mobile (fixes #561)

This commit is contained in:
Thibaut Girka 2018-07-14 17:00:14 +02:00 committed by ThibG
parent 93d4e9a58d
commit 37302c63c3

View file

@ -13,7 +13,7 @@
position: relative;
}
@include limited-single-column('screen and (max-width: 360px)', $parent: null) {
@include limited-single-column('screen and (min-width: 360px)', $parent: null) {
.columns-area {
padding: 10px;
}