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 dd63d2f commit 8384bbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _includes/services_ansible.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section id="splash">
<div class="lightback-5">
<div class="lightback-1">
<div class="container">
<div class="row">
<div class="col-lg-12">
Expand Down
2 changes: 1 addition & 1 deletion _includes/services_smart.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section id="splash">
<div class="lightback-3">
<div class="lightback-2">
<div class="container">
<div class="row">
<div class="col-lg-12">
Expand Down
4 changes: 2 additions & 2 deletions css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,16 @@ h6 {
background-size: cover;
}
.lightback-5 {
background-size: cover;
background: url(../img/lightback-5.jpg) no-repeat center center;
background-size: cover;
}
.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;
background-size: cover;
}
@media(max-width:767px) {
.intro-message {
Expand Down

0 comments on commit 8384bbb

Please sign in to comment.