We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d627e1d commit 86810a8Copy full SHA for 86810a8
082-parallax landing page/style.css
@@ -69,8 +69,8 @@ ul {
69
.section-top {
70
min-height: 200px;
71
padding-top: 20px;
72
- background: url("https://i.ibb.co/NTFtY8q/bg1.png") no-repeat center
73
- bottom/cover;
+ background: url("https://i.ibb.co/NTFtY8q/bg1.png") no-repeat center bottom /
+ 100vw auto;
74
}
75
76
.section-top .content {
@@ -92,7 +92,8 @@ ul {
92
93
.section-stream {
94
min-height: 400px;
95
- background: url("https://i.ibb.co/sQFBGNC/bg2.png") no-repeat center top/cover;
+ background: url("https://i.ibb.co/sQFBGNC/bg2.png") no-repeat center top /
96
97
98
99
.section-stream h2 {
0 commit comments