Commit 51ee4de6dabd9a1a0770e709aec40b09ced5e6de
1 parent
0fb1b562
Exists in
master
and in
5 other branches
Update logo (close #335)
Showing
2 changed files
with
7 additions
and
4 deletions
Show diff stats
images/logo.png
sass/style.sass
@@ -396,11 +396,14 @@ textarea | @@ -396,11 +396,14 @@ textarea | ||
396 | h1 | 396 | h1 |
397 | float: left | 397 | float: left |
398 | .logo | 398 | .logo |
399 | - background: url(images/logo.png) no-repeat center | 399 | + background-image: url(images/logo.png) |
400 | + background-repeat: no-repeat | ||
401 | + background-position: center center | ||
402 | + background-size: contain | ||
403 | + height: 55px | ||
404 | + width: 322px | ||
400 | display: inline-block | 405 | display: inline-block |
401 | - height: 80px | ||
402 | text-indent: -99999px | 406 | text-indent: -99999px |
403 | - width: 180px | ||
404 | 407 | ||
405 | // 6.3 - menu topo | 408 | // 6.3 - menu topo |
406 | .top-menu | 409 | .top-menu |
@@ -412,7 +415,7 @@ h1 | @@ -412,7 +415,7 @@ h1 | ||
412 | color: $header-color | 415 | color: $header-color |
413 | display: block | 416 | display: block |
414 | float: left | 417 | float: left |
415 | - margin: ($gutter * 2) ($gutter * 0.5) 0 | 418 | + margin: ($gutter) ($gutter * 0.5) 0 |
416 | text-transform: uppercase | 419 | text-transform: uppercase |
417 | @media (max-width: $screen-xs) | 420 | @media (max-width: $screen-xs) |
418 | margin: 0 ($gutter) | 421 | margin: 0 ($gutter) |