X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5ab682dbbdc0bc4034d1c93aae3d082dae09fa65..10babd39b095a13d70726cc7d512e084ab0e5f63:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index ed444899f..88452226b 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; @@ -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; - } -}