Commit 0e334b388f103b4ac5e5e4007ff223b53fa6cf44
1 parent
6df2b208
Exists in
homepage
and in
1 other branch
Fix header height
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
_header.sass
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | |
4 | 4 | .header-content |
5 | 5 | background: #F6F6F6 url('images/faixa_header_internal.png') center center repeat-x |
6 | - height: 227px | |
6 | + height: 277px | |
7 | 7 | .action-home-index & |
8 | 8 | background: #F6F6F6 url('images/banner_header.jpg') center center repeat-x |
9 | 9 | height: 480px | ... | ... |