Use same margin for navbar and column for consistency

signup-info-prompt
Thibaut Girka 2018-07-14 17:36:53 +02:00 committed by ThibG
parent 69ea4a01e1
commit d8544e7003
1 changed files with 3 additions and 2 deletions

View File

@ -63,9 +63,10 @@
overflow: hidden;
}
@include limited-single-column('screen and (max-width: 360px)', $parent: null) {
@include limited-single-column('screen and (min-width: 360px)', $parent: null) {
.tabs-bar {
margin: 0;
margin: 10px;
margin-bottom: 0;
}
}