Use bootstrap breakpoint mixin

This has the same end result, but is more clear than an arbitrary
pixel number.
This commit is contained in:
Andy Allan 2022-09-14 16:52:54 +01:00
parent a3474de4d8
commit 4d1f83d6bb

View file

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