Skip to content

Commit 6619712

Browse files
committed
fix: bg under 768
1 parent 86810a8 commit 6619712

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

082-parallax landing page/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ ul {
9191
}
9292

9393
.section-stream {
94+
margin-top: -1px;
9495
min-height: 400px;
9596
background: url("https://i.ibb.co/sQFBGNC/bg2.png") no-repeat center top /
9697
100vw auto;
@@ -103,7 +104,7 @@ ul {
103104
.section-stream .play {
104105
width: 50%;
105106
display: block;
106-
margin: 30px auto;
107+
margin: 0 auto 30px;
107108
opacity: 0.5;
108109
}
109110

0 commit comments

Comments
 (0)