fix: fix image background path

This commit is contained in:
Kazhnuz 2019-12-07 10:29:36 +01:00
parent 8d87a146e6
commit f48bf8d77b
3 changed files with 22 additions and 161 deletions

View File

@ -29,7 +29,7 @@
/* ------------------ HEADERS ------------------- */
#page-header {
background: $color-turquoise url('../img/background.png') center bottom repeat-x;
background: $color-turquoise url('img/background.png') center bottom repeat-x;
height:10*1.5rem;
border-top: 6px solid $color-dark2;
@include container-big();

155
style.css

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long