Skip to content

Commit 86810a8

Browse files
committed
fix: bg position
1 parent d627e1d commit 86810a8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

082-parallax landing page/style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ ul {
6969
.section-top {
7070
min-height: 200px;
7171
padding-top: 20px;
72-
background: url("https://i.ibb.co/NTFtY8q/bg1.png") no-repeat center
73-
bottom/cover;
72+
background: url("https://i.ibb.co/NTFtY8q/bg1.png") no-repeat center bottom /
73+
100vw auto;
7474
}
7575

7676
.section-top .content {
@@ -92,7 +92,8 @@ ul {
9292

9393
.section-stream {
9494
min-height: 400px;
95-
background: url("https://i.ibb.co/sQFBGNC/bg2.png") no-repeat center top/cover;
95+
background: url("https://i.ibb.co/sQFBGNC/bg2.png") no-repeat center top /
96+
100vw auto;
9697
}
9798

9899
.section-stream h2 {

0 commit comments

Comments
 (0)