Skip to content

Commit

Permalink
Demo Consistency
Browse files Browse the repository at this point in the history
- include css path fixes
  • Loading branch information
sandervonk committed Jun 17, 2023
1 parent 1fdf895 commit 517f74a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ body > header > .header_search > #city_submit {

/* general style */
border-radius: 5px;
background-image: url(/img/submit.png);
background-image: url(/img/submit.svg);
background-image: url(../img/submit.png);
background-image: url(../img/submit.svg);
background-size: 1rem;
background-position: center;
background-repeat: no-repeat;
Expand Down

0 comments on commit 517f74a

Please sign in to comment.