Skip to content

Commit

Permalink
Update response.css
Browse files Browse the repository at this point in the history
  • Loading branch information
fikrinotes committed Apr 9, 2024
1 parent 28ed220 commit 2e9a5e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eid-app/styles/response.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ input {

@media (min-width: 1024px) {
body {
background-image: url("/assets/home-background.jpg");
background-image: url("../assets/home-background.jpg");
background-size: cover;
height: 100vh;
}
Expand Down Expand Up @@ -73,7 +73,7 @@ input {

@media (max-width: 1024px) {
body {
background-image: url("/assets/home-background-phone.jpg");
background-image: url("../assets/home-background-phone.jpg");
height: 100vh;
background-repeat: no-repeat;
background-size: cover;
Expand Down

0 comments on commit 2e9a5e5

Please sign in to comment.