Skip to content

Commit d583c57

Browse files
committed
mobile
1 parent 04f2f25 commit d583c57

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

_includes/css/grayscale.css

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,17 +123,12 @@ a:focus {
123123
display: table;
124124
width: 100%;
125125
height: auto;
126-
padding: 100px 0;
126+
padding: 0px 0;
127127
text-align: center;
128128
color: #fff;
129-
background: url(/img/bg.jpg) no-repeat bottom center scroll;
130-
background-color: {{ site.color.primary-dark }};
131-
-webkit-background-size: cover;
132-
-moz-background-size: cover;
133-
background-size: cover;
134-
-o-background-size: cover;
135129
}
136130

131+
137132
.intro .intro-body {
138133
display: table-cell;
139134
vertical-align: middle;
@@ -151,6 +146,12 @@ a:focus {
151146
.intro {
152147
height: 100%;
153148
padding: 0;
149+
background: url(/img/bg.jpg) no-repeat bottom center scroll;
150+
background-color: {{ site.color.primary-dark }};
151+
-webkit-background-size: cover;
152+
-moz-background-size: cover;
153+
background-size: cover;
154+
-o-background-size: cover;
154155
}
155156

156157
.intro .intro-body .brand-heading {

0 commit comments

Comments
 (0)