@@ -132,8 +132,9 @@ header, footer {
132
132
padding : 30px -webkit-calc (50% - 450px ); /* Workaround for bug */
133
133
padding : 30px calc (50% - 450px );
134
134
color : white;
135
- text-shadow : 0 -1px 2px black;
136
- background : url (img/spectrum.png) fixed;
135
+ text-shadow : 0 -1px 2px black, 0 0 4px black,
136
+ 0 -1px 0 black, 0 1px 0 black, -1px 0 0 black, 1px 0 0 black;
137
+ background : linear-gradient (transparent, rgba (0 , 0 , 0 , 0.6 )), url (img/spectrum.png) fixed;
137
138
}
138
139
139
140
header : before ,
@@ -191,12 +192,11 @@ footer:before {
191
192
}
192
193
193
194
# features {
194
- margin-top : 2em ;
195
- font-size : 80% ;
195
+ margin-top : 1.6em ;
196
196
}
197
197
198
198
# features li {
199
- margin : 0 0 2 em 0 ;
199
+ margin : 0 0 1.6 em 0 ;
200
200
list-style : none;
201
201
display : inline-block;
202
202
width : 49% ;
@@ -205,25 +205,25 @@ footer:before {
205
205
}
206
206
207
207
# features li : nth-child (odd) {
208
- padding-right : 2.5 em ;
208
+ padding-right : 2 em ;
209
209
}
210
210
# features li : nth-child (even) {
211
- padding-left : 2.5 em ;
211
+ padding-left : 2 em ;
212
212
}
213
213
214
214
# features li : before {
215
215
content : '✓' ;
216
216
float : left;
217
217
margin-left : -.8em ;
218
218
color : # 7fab14 ;
219
- font-size : 400 % ;
219
+ font-size : 320 % ;
220
220
line-height : 1 ;
221
221
}
222
222
223
223
# features li strong {
224
224
display : block;
225
225
margin-bottom : .1em ;
226
- font-size : 200 % ;
226
+ font-size : 160 % ;
227
227
}
228
228
229
229
header .download-button {
@@ -239,6 +239,7 @@ footer:before {
239
239
text-align : center;
240
240
text-transform : uppercase;
241
241
letter-spacing : .2em ;
242
+ text-shadow : 0 -1px 2px black;
242
243
}
243
244
244
245
# theme > p {
@@ -370,7 +371,6 @@ footer {
370
371
margin-top : 2em ;
371
372
background-position : bottom;
372
373
color : white;
373
- text-shadow : 0 -1px 2px black;
374
374
}
375
375
376
376
footer : before {
0 commit comments