File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -123,17 +123,12 @@ a:focus {
123
123
display : table;
124
124
width : 100% ;
125
125
height : auto;
126
- padding : 100 px 0 ;
126
+ padding : 0 px 0 ;
127
127
text-align : center;
128
128
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;
135
129
}
136
130
131
+
137
132
.intro .intro-body {
138
133
display : table-cell;
139
134
vertical-align : middle;
@@ -151,6 +146,12 @@ a:focus {
151
146
.intro {
152
147
height : 100% ;
153
148
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;
154
155
}
155
156
156
157
.intro .intro-body .brand-heading {
You can’t perform that action at this time.
0 commit comments