]> git.openstreetmap.org Git - rails.git/commitdiff
Remove background image-related css from about page
authorAnton Khorev <tony29@yandex.ru>
Sat, 17 Sep 2022 10:09:41 +0000 (13:09 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 17 Sep 2022 10:09:41 +0000 (13:09 +0300)
Background images are no longer used on the page so these properties are not required.

app/assets/stylesheets/common.scss

index 53b561b63638bc5e96e35b6bada8b718b3522e90..88452226bf3c44a06233f8c7418eba27fc9cabbb 100644 (file)
@@ -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;