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

rebase/4.0.0rc2
Thibaut Girka 2018-07-14 17:00:14 +02:00 committed by ThibG
parent 93d4e9a58d
commit 37302c63c3
1 changed files with 1 additions and 1 deletions

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;
}