Hide navigation bar text so it can fit on small screens

th-downstream
Thibaut Girka 6 years ago committed by ThibG
parent 429c05537e
commit 78071de615

@ -577,14 +577,6 @@
}
}
@include limited-single-column('screen and (max-width: 600px)', $parent: null) {
.tabs-bar__link {
span {
display: inline;
}
}
}
@include multi-columns('screen and (min-width: 631px)', $parent: null) {
.tabs-bar {
display: none;

Loading…
Cancel
Save