Skip to content

Commit dd63d2f

Browse files
committed
fix css
1 parent 581b9b1 commit dd63d2f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

css/landing-page.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,23 +89,30 @@ h6 {
8989

9090
.lightback-1 {
9191
background: url(../img/lightback-1.jpg) no-repeat center center;
92+
background-size: cover;
9293
}
9394
.lightback-2 {
9495
background: url(../img/lightback-2.jpg) no-repeat center center;
96+
background-size: cover;
9597
}
9698
.lightback-3 {
9799
background: url(../img/lightback-3.jpg) no-repeat center center;
100+
background-size: cover;
98101
}
99102
.lightback-4 {
100103
background: url(../img/lightback-4.jpg) no-repeat center center;
104+
background-size: cover;
101105
}
102106
.lightback-5 {
107+
background-size: cover;
103108
background: url(../img/lightback-5.jpg) no-repeat center center;
104109
}
105110
.lightback-6 {
106111
background: url(../img/lightback-6.jpg) no-repeat center center;
112+
background-size: cover;
107113
}
108114
.lightback-7 {
115+
background-size: cover;
109116
background: url(../img/lightback-7.jpg) no-repeat center center;
110117
}
111118
@media(max-width:767px) {

0 commit comments

Comments
 (0)