Fix glitch-soc columns padding on mobile (fixes #561)
This commit is contained in:
parent
9507ab6493
commit
429c05537e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue