Move shared image to a shared folder

This commit is contained in:
Karishma Chadha 2022-03-16 10:43:57 -04:00
parent 90a9075dbf
commit 96f2ba67d5
3 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
.title-banner-image.mod-2021 {
opacity: .75;
margin-bottom: 1.75rem;
background-image: url("/images/conference/index/2021/title-banner.jpg");
background-image: url("/images/conference/index/shared/title-banner.jpg");
background-position: center;
background-size: cover;
width: 100%;

View file

@ -8,7 +8,7 @@
.title-banner-image.mod-2022 {
opacity: .75;
margin-bottom: 1.75rem;
background-image: url("/images/conference/index/2021/title-banner.jpg");
background-image: url("/images/conference/index/shared/title-banner.jpg");
background-position: center;
background-size: cover;
width: 100%;

View file

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 142 KiB