images: Move /for/events background image into events images directory.

This commit is contained in:
Alya Abbott 2022-07-12 23:50:07 -07:00 committed by Tim Abbott
parent 5eccf9743c
commit 7b729a07fb
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 108 KiB

View File

@ -2254,7 +2254,7 @@ nav {
.portico-landing.why-page .bg-events {
position: relative;
background-image: url("../../images/landing-page/for-events.jpg");
background-image: url("../../images/landing-page/events/for-events.jpg");
background-size: cover;
background-position: center;
}