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

@ -98,7 +98,7 @@
top: 15px;
}
@media screen and (min-width: 360px) {
@media screen and (min-width: $no-gap-breakpoint) {
padding: 10px 0;
}
@ -184,7 +184,7 @@
}
}
@media screen and (min-width: 360px) {
@media screen and (min-width: $no-gap-breakpoint) {
.tabs-bar {
margin: 10px auto;
margin-bottom: 0;