File tree 1 file changed +23
-4
lines changed
1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,23 @@ section h2.iconic {
70
70
}
71
71
}
72
72
73
+ footer a {
74
+ display : inline-block ;
75
+ -moz-padding-start : 25px ;
76
+ padding- start: 25px ;
77
+
78
+ & :before {
79
+ -moz-margin-start : -25px ;
80
+ margin- start: -25px ;
81
+ }
82
+ }
83
+
73
84
footer a ,
74
85
section a .iconic {
75
86
& :before {
76
87
display : inline-block ;
77
- -moz-margin-end : .5 ex ;
78
- margin- end: .5 ex ;
88
+ -moz-margin-end : 5 px ;
89
+ margin- end: 5 px ;
79
90
width : 20px ;
80
91
height : 20px ;
81
92
background-image : url(' /media/img/thunderbird/start/sprite.png' ) ;
@@ -210,9 +221,13 @@ footer {
210
221
211
222
@media (min-width : 1024px ) {
212
223
footer li {
213
- width : 33 % ;
224
+ width : 50 % ;
214
225
min-width : 10em ;
215
226
}
227
+
228
+ [lang|= " en" ] footer li {
229
+ width : 33% ;
230
+ }
216
231
}
217
232
218
233
@media (min-width : 800px ) and (max-width : 1023px ) {
@@ -280,10 +295,14 @@ footer {
280
295
281
296
@media (min-width : 480px ) and (max-width : 639px ) {
282
297
footer li {
283
- width : 33 % ;
298
+ width : 50 % ;
284
299
min-width : 10em ;
285
300
}
286
301
302
+ [lang|= " en" ] footer li {
303
+ width : 33% ;
304
+ }
305
+
287
306
[dir= " ltr" ] footer li {
288
307
float : left ;
289
308
}
You can’t perform that action at this time.
0 commit comments