From: Andy Allan Date: Wed, 14 Sep 2022 15:52:54 +0000 (+0100) Subject: Use bootstrap breakpoint mixin X-Git-Tag: live~990^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/4d1f83d6bbcc0334251f8ed71fb3c2127b237124 Use bootstrap breakpoint mixin This has the same end result, but is more clear than an arbitrary pixel number. --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 18ac4dc77..53b561b63 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -530,7 +530,7 @@ body.small-nav { } } -@media (max-width: 767.98px) { +@include media-breakpoint-down(md) { body.map-layout { #sidebar, #map { position: relative;