Use bootstrap breakpoint mixin
This has the same end result, but is more clear than an arbitrary pixel number.
This commit is contained in:
parent
a3474de4d8
commit
4d1f83d6bb
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ body.small-nav {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767.98px) {
|
@include media-breakpoint-down(md) {
|
||||||
body.map-layout {
|
body.map-layout {
|
||||||
#sidebar, #map {
|
#sidebar, #map {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue