From: Anton Khorev Date: Sat, 17 Sep 2022 10:09:41 +0000 (+0300) Subject: Remove background image-related css from about page X-Git-Tag: live~1976^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/10babd39b095a13d70726cc7d512e084ab0e5f63?hp=-c Remove background image-related css from about page Background images are no longer used on the page so these properties are not required. --- 10babd39b095a13d70726cc7d512e084ab0e5f63 diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 53b561b63..88452226b 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -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;