Skip to content

Commit c82e884

Browse files
committed
Fix logo url
1 parent 33231d5 commit c82e884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212

1313
.site-header h1 {
14-
background: url("/img/logo-small.png") left no-repeat;
14+
background: url("img/logo-small.png") left no-repeat;
1515
background-size: 40px;
1616
display: block;
1717
float: left;

0 commit comments

Comments
 (0)