Skip to content

Commit 517f74a

Browse files
committed
Demo Consistency
- include css path fixes
1 parent 1fdf895 commit 517f74a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ body > header > .header_search > #city_submit {
436436

437437
/* general style */
438438
border-radius: 5px;
439-
background-image: url(/img/submit.png);
440-
background-image: url(/img/submit.svg);
439+
background-image: url(../img/submit.png);
440+
background-image: url(../img/submit.svg);
441441
background-size: 1rem;
442442
background-position: center;
443443
background-repeat: no-repeat;

0 commit comments

Comments
 (0)