Make width breakpoint for removing margins consistent and match upstream

Fixes #1136
This commit is contained in:
Thibaut Girka
2019-07-18 14:32:45 +02:00
committed by ThibG
parent 20520e6158
commit fabfa90e6c
3 changed files with 6 additions and 6 deletions

View File

@ -78,7 +78,7 @@
margin-bottom: 10px;
flex: none;
@include limited-single-column('screen and (max-width: 360px)') { margin-bottom: 0 }
@include limited-single-column('screen and (max-width: #{$no-gap-breakpoint})') { margin-bottom: 0 }
@include single-column('screen and (max-width: 630px)') { font-size: 16px }
}