<
>
edited by Ecaterina Moraru (Valica)
on 2017/08/31
on 2017/08/31
edited by Ecaterina Moraru (Valica)
on 2017/08/31
on 2017/08/31
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -21,17 +21,17 @@ 21 21 .footerGroup { 22 22 float: left; 23 23 margin: 0 2em 0 0 ; 24 + margin: 0 5% 0 0 ; 24 24 } 25 25 26 26 @media (max-width: 575px) { 27 - .footerGroup { 28 + .footerSection .footerGroup { 28 28 width: 45%; 29 - margin: 0 5% 0 0 ; 30 30 } 31 31 } 32 32 33 -@media (max-width: 991px) { 34 - .footerGroup { 33 +@media (max-width: 991px) and (min-width: 576px) { 34 + .footerSection .footerGroup { 35 35 width: 20%; 36 36 } 37 37 }