Commit 032217ea5911911af100636e102d8a537902d928
1 parent
07453d4e
Exists in
master
and in
5 other branches
centralizando o footer license
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
style.css
| ... | ... | @@ -1623,8 +1623,7 @@ div#article-parent { |
| 1623 | 1623 | height: 49px; |
| 1624 | 1624 | } |
| 1625 | 1625 | |
| 1626 | -#footer-logos div, | |
| 1627 | -#footer-license { | |
| 1626 | +#footer-logos div { | |
| 1628 | 1627 | max-width: 960px; |
| 1629 | 1628 | margin: 0 auto; |
| 1630 | 1629 | } |
| ... | ... | @@ -1660,7 +1659,9 @@ div#article-parent { |
| 1660 | 1659 | } |
| 1661 | 1660 | |
| 1662 | 1661 | #footer-license { |
| 1663 | - text-align: left; | |
| 1662 | + max-width: 960px; | |
| 1663 | + margin: 0 auto; | |
| 1664 | + text-align: center; | |
| 1664 | 1665 | } |
| 1665 | 1666 | |
| 1666 | 1667 | /*video*/ | ... | ... |