From 10babd39b095a13d70726cc7d512e084ab0e5f63 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 17 Sep 2022 13:09:41 +0300 Subject: [PATCH] Remove background image-related css from about page Background images are no longer used on the page so these properties are not required. --- app/assets/stylesheets/common.scss | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.39.5