From 4d1f83d6bbcc0334251f8ed71fb3c2127b237124 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 14 Sep 2022 16:52:54 +0100 Subject: [PATCH] Use bootstrap breakpoint mixin This has the same end result, but is more clear than an arbitrary pixel number. --- app/assets/stylesheets/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.2