Skip to content

Commit fd1a542

Browse files
committed
chore: use FlightDelayBackgroundDesktop/Mobile.png for background images
1 parent 94b3426 commit fd1a542

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/layout.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ body {
33
background-repeat: no-repeat;
44
background-size: cover;
55
/* background-image: url("/assets/images/FlightDelayBackgroundDesktopLR.png"); */
6-
background-image: url("/assets/images/FlightDelayBackgroundDesktopD1ConfLR.png");
6+
background-image: url("/assets/images/FlightDelayBackgroundDesktop.png");
77
}
88

99
@media screen and (max-width:720px) {
1010
body {
1111
/* background-image: url("/assets/images/FlightDelayBackgroundMobileLR.png"); */
12-
background-image: url("/assets/images/FlightDelayBackgroundMobileD1ConfLR.png");
12+
background-image: url("/assets/images/FlightDelayBackgroundMobile.png");
1313
}
1414
}
1515

0 commit comments

Comments
 (0)