There was an error while loading. Please reload this page.
1 parent 94b3426 commit fd1a542Copy full SHA for fd1a542
1 file changed
src/app/layout.css
@@ -3,13 +3,13 @@ body {
3
background-repeat: no-repeat;
4
background-size: cover;
5
/* background-image: url("/assets/images/FlightDelayBackgroundDesktopLR.png"); */
6
- background-image: url("/assets/images/FlightDelayBackgroundDesktopD1ConfLR.png");
+ background-image: url("/assets/images/FlightDelayBackgroundDesktop.png");
7
}
8
9
@media screen and (max-width:720px) {
10
body {
11
/* background-image: url("/assets/images/FlightDelayBackgroundMobileLR.png"); */
12
- background-image: url("/assets/images/FlightDelayBackgroundMobileD1ConfLR.png");
+ background-image: url("/assets/images/FlightDelayBackgroundMobile.png");
13
14
15
0 commit comments