Commit 12041e4ff9dc166c4d0132dac0b1167405851bd1
1 parent
34526888
Exists in
master
and in
10 other branches
Fixes on top of design in css file.
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
cabecalho-cinza-theme.css
... | ... | @@ -683,7 +683,7 @@ footer .footer-atalhos .voltar-ao-topo a:hover { |
683 | 683 | text-decoration:underline |
684 | 684 | } |
685 | 685 | footer .container-menus { |
686 | -padding:46px 0 0 0 | |
686 | +/*padding:46px 0 0 0*/ | |
687 | 687 | } |
688 | 688 | footer .row { |
689 | 689 | margin-bottom:13px |
... | ... | @@ -697,7 +697,8 @@ font-size:1.3em; |
697 | 697 | font-weight:bold; |
698 | 698 | color:#3b3f44; |
699 | 699 | line-height:1.3em; |
700 | -padding: 5px 0 5px 0 | |
700 | +padding: 30px 0 0px 0; | |
701 | +margin: 0 0 18px 0; | |
701 | 702 | } |
702 | 703 | |
703 | 704 | footer nav ul { | ... | ... |