]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Remove background image-related css from about page
[rails.git] / app / assets / stylesheets / common.scss
index 18ac4dc77b7a339bf6c5a378e0432fb158645256..88452226bf3c44a06233f8c7418eba27fc9cabbb 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;
@@ -1646,10 +1646,6 @@ dl.dl-inline {
 
 .site-about #content {
   background-color: $lightgrey;
-  background-position: 50% 50%;
-  background-repeat: no-repeat;
-  background-size: cover;
-  background-attachment: fixed;
 
   .content-inner {
     max-width: 760px;