]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Merge remote-tracking branch 'upstream/pull/3689'
[rails.git] / app / assets / stylesheets / common.scss
index ed444899f2912b74734f634c8f0f86616928f18a..53b561b63638bc5e96e35b6bada8b718b3522e90 100644 (file)
@@ -530,7 +530,7 @@ body.small-nav {
   }
 }
 
-@media (max-width: 767.98px) {
+@include media-breakpoint-down(md) {
   body.map-layout {
     #sidebar, #map {
       position: relative;
@@ -1719,9 +1719,3 @@ dl.dl-inline {
 }
 
 @import 'browse';
-
-@media only screen and (max-width:960px) {
-  .header-illustration.new-user-arm {
-    display: none;
-  }
-}