style: modified first screen background image position

This commit is contained in:
XPoet 2021-01-04 20:14:22 +08:00
parent 1f04c7f778
commit 1d6a14de69
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ $first-screen-img = $temp-img ? $temp-img:'/images/bg.svg';
width: 100%;
overflow: hidden;
background: url($first-screen-img) center center / cover no-repeat;
background-position-y: $header-height - 2px;
.content {
position: relative;