Remove background image-related css from about page

Background images are no longer used on the page so these properties are not required.
This commit is contained in:
Anton Khorev 2022-09-17 13:09:41 +03:00
parent aae5cd3d4e
commit 10babd39b0

View 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;