]> 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 ed444899f2912b74734f634c8f0f86616928f18a..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;
@@ -1719,9 +1715,3 @@ dl.dl-inline {
 }
 
 @import 'browse';
-
-@media only screen and (max-width:960px) {
-  .header-illustration.new-user-arm {
-    display: none;
-  }
-}