Skip to content

Commit 5029387

Browse files
committed
fix: bg width
1 parent 5abd530 commit 5029387

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

082-parallax landing page/style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ul {
6969
.section-top {
7070
min-height: 200px;
7171
padding-top: 20px;
72-
background: url("https://i.ibb.co/kGKSxTd/bg1.png") no-repeat center
72+
background: url("https://i.ibb.co/NTFtY8q/bg1.png") no-repeat center
7373
bottom/cover;
7474
}
7575

@@ -92,7 +92,7 @@ ul {
9292

9393
.section-stream {
9494
min-height: 400px;
95-
background: url("https://i.ibb.co/p2JjTkj/bg2.png") no-repeat center top/cover;
95+
background: url("https://i.ibb.co/sQFBGNC/bg2.png") no-repeat center top/cover;
9696
}
9797

9898
.section-stream h2 {
@@ -108,7 +108,7 @@ ul {
108108

109109
.section-stream .content > div,
110110
.section-grid > div {
111-
background: rgba(18, 13, 33, 0.3);
111+
background: rgba(18, 13, 33, 0.9);
112112
padding: 20px;
113113
margin-bottom: 20px;
114114
border-radius: 10px;

0 commit comments

Comments
 (0)