Hide navigation bar text so it can fit on small screens

master
Thibaut Girka 2018-07-14 17:28:09 +02:00 committed by ThibG
parent 37302c63c3
commit 69ea4a01e1
1 changed files with 0 additions and 8 deletions

View File

@ -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;