Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Dec 28, 2024
1 parent 581b9b1 commit dd63d2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,23 +89,30 @@ h6 {

.lightback-1 {
background: url(../img/lightback-1.jpg) no-repeat center center;
background-size: cover;
}
.lightback-2 {
background: url(../img/lightback-2.jpg) no-repeat center center;
background-size: cover;
}
.lightback-3 {
background: url(../img/lightback-3.jpg) no-repeat center center;
background-size: cover;
}
.lightback-4 {
background: url(../img/lightback-4.jpg) no-repeat center center;
background-size: cover;
}
.lightback-5 {
background-size: cover;
background: url(../img/lightback-5.jpg) no-repeat center center;
}
.lightback-6 {
background: url(../img/lightback-6.jpg) no-repeat center center;
background-size: cover;
}
.lightback-7 {
background-size: cover;
background: url(../img/lightback-7.jpg) no-repeat center center;
}
@media(max-width:767px) {
Expand Down

0 comments on commit dd63d2f

Please sign in to comment.