Skip to content

Commit

Permalink
Update app.css
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwanpelosi authored May 26, 2020
1 parent e6edc1a commit f7d250f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

body {
font-family: "Nunito Sans", sans-serif;
background: url(/images/sisifolashayo_transparent_bg.png);
background: url(images/sisifolashayo_transparent_bg.png);
background-size: cover;
}

Expand Down Expand Up @@ -107,7 +107,7 @@ input {

@media screen and (max-width: 415px) {
body {
background: url(/images/sisifolashayo_transparent_bg_small3.png);
background: url(images/sisifolashayo_transparent_bg_small3.png);
background-size: cover;
}

Expand Down

0 comments on commit f7d250f

Please sign in to comment.