mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
BetterNavigator hidden at small screens
This commit is contained in:
parent
2e7b42ebc6
commit
5954fcf1c4
@ -376,3 +376,10 @@ textarea,
|
|||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#BetterNavigator {
|
||||||
|
display: none;
|
||||||
|
@media (min-width: map-get($grid-breakpoints,'md')) {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user