Use same margin for navbar and column for consistency

th-downstream
Thibaut Girka 6 years ago committed by ThibG
parent 78071de615
commit 9a1015327b

@ -63,9 +63,10 @@
overflow: hidden; 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 { .tabs-bar {
margin: 0; margin: 10px;
margin-bottom: 0;
} }
} }

Loading…
Cancel
Save