Skip to content

Commit 9825354

Browse files
committed
change background images
1 parent c89a1e1 commit 9825354

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/coming-soon.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ video {
3434

3535
@media (pointer: coarse) and (hover: none) {
3636
body {
37-
background: url("../img/bg-mobile-fallback.jpg") #002E66 no-repeat center center scroll;
37+
background: url("../img/Words.jpg") #002E66 no-repeat center center scroll;
3838
background-position: cover;
3939
}
4040
body video {

scss/_global.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ video {
3434

3535
@media (pointer: coarse) and (hover: none) {
3636
body {
37-
background: url('../img/bg-mobile-fallback.jpg') $primary no-repeat center center scroll;
37+
background: url('../img/Words.jpg') $primary no-repeat center center scroll;
3838
background-position: cover;
3939
}
4040
body video {

0 commit comments

Comments
 (0)