fix: fix image background path
This commit is contained in:
parent
8d87a146e6
commit
f48bf8d77b
3 changed files with 22 additions and 161 deletions
|
@ -29,7 +29,7 @@
|
||||||
/* ------------------ HEADERS ------------------- */
|
/* ------------------ HEADERS ------------------- */
|
||||||
|
|
||||||
#page-header {
|
#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;
|
height:10*1.5rem;
|
||||||
border-top: 6px solid $color-dark2;
|
border-top: 6px solid $color-dark2;
|
||||||
@include container-big();
|
@include container-big();
|
||||||
|
|
155
style.css
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
Reference in a new issue