Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit 8093491

Browse files
John Foxhollomancer
authored andcommitted
Fixes responsive header background image width
Expanded the width of the header background image so it fills in the blank margin at the 760px media query.
1 parent 66bf36b commit 8093491

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/scenes/home/home.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
@media screen and (max-width: 760px) {
2424
.backgroundImage {
25-
background-size: auto 50%;
25+
background-size: auto 75%;
2626
background-attachment: fixed;
2727
}
2828
}
@@ -32,4 +32,4 @@
3232
background-size: auto 75%;
3333
background-attachment: fixed;
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)