style: modified first screen background image position
This commit is contained in:
parent
1f04c7f778
commit
1d6a14de69
|
@ -10,6 +10,7 @@ $first-screen-img = $temp-img ? $temp-img:'/images/bg.svg';
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: url($first-screen-img) center center / cover no-repeat;
|
background: url($first-screen-img) center center / cover no-repeat;
|
||||||
|
background-position-y: $header-height - 2px;
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue