style: delete invalid CSS in first screen
This commit is contained in:
parent
83c6af4438
commit
d563822005
|
@ -10,14 +10,14 @@ $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 - $scroll-progress-bar-height;
|
background-position-y: $header-height;
|
||||||
|
|
||||||
+keep-tablet() {
|
+keep-tablet() {
|
||||||
background-position-y: $header-height * 0.9 - $scroll-progress-bar-height;
|
background-position-y: $header-height * 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
+keep-mobile() {
|
+keep-mobile() {
|
||||||
background-position-y: $header-height * 0.8 - $scroll-progress-bar-height;
|
background-position-y: $header-height * 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
|
Loading…
Reference in New Issue