Skip to content

Commit 8384bbb

Browse files
committed
Fix css
1 parent dd63d2f commit 8384bbb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_includes/services_ansible.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section id="splash">
2-
<div class="lightback-5">
2+
<div class="lightback-1">
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12">

_includes/services_smart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section id="splash">
2-
<div class="lightback-3">
2+
<div class="lightback-2">
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12">

css/landing-page.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,16 @@ h6 {
104104
background-size: cover;
105105
}
106106
.lightback-5 {
107-
background-size: cover;
108107
background: url(../img/lightback-5.jpg) no-repeat center center;
108+
background-size: cover;
109109
}
110110
.lightback-6 {
111111
background: url(../img/lightback-6.jpg) no-repeat center center;
112112
background-size: cover;
113113
}
114114
.lightback-7 {
115-
background-size: cover;
116115
background: url(../img/lightback-7.jpg) no-repeat center center;
116+
background-size: cover;
117117
}
118118
@media(max-width:767px) {
119119
.intro-message {

0 commit comments

Comments
 (0)