File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,12 +70,23 @@ section h2.iconic {
7070 }
7171}
7272
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+
7384footer a ,
7485section a .iconic {
7586 & :before {
7687 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 ;
7990 width : 20px ;
8091 height : 20px ;
8192 background-image : url(' /media/img/thunderbird/start/sprite.png' ) ;
@@ -210,9 +221,13 @@ footer {
210221
211222@media (min-width : 1024px ) {
212223 footer li {
213- width : 33 % ;
224+ width : 50 % ;
214225 min-width : 10em ;
215226 }
227+
228+ [lang|= " en" ] footer li {
229+ width : 33% ;
230+ }
216231}
217232
218233@media (min-width : 800px ) and (max-width : 1023px ) {
@@ -280,10 +295,14 @@ footer {
280295
281296@media (min-width : 480px ) and (max-width : 639px ) {
282297 footer li {
283- width : 33 % ;
298+ width : 50 % ;
284299 min-width : 10em ;
285300 }
286301
302+ [lang|= " en" ] footer li {
303+ width : 33% ;
304+ }
305+
287306 [dir= " ltr" ] footer li {
288307 float : left ;
289308 }
You can’t perform that action at this time.
0 commit comments