Commit 51ee4de6dabd9a1a0770e709aec40b09ced5e6de

Authored by Leonardo Merlin
1 parent 0fb1b562

Update logo (close #335)

Showing 2 changed files with 7 additions and 4 deletions   Show diff stats
images/logo.png

22.3 KB | W: | H:

23 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
sass/style.sass
... ... @@ -396,11 +396,14 @@ textarea
396 396 h1
397 397 float: left
398 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 405 display: inline-block
401   - height: 80px
402 406 text-indent: -99999px
403   - width: 180px
404 407  
405 408 // 6.3 - menu topo
406 409 .top-menu
... ... @@ -412,7 +415,7 @@ h1
412 415 color: $header-color
413 416 display: block
414 417 float: left
415   - margin: ($gutter * 2) ($gutter * 0.5) 0
  418 + margin: ($gutter) ($gutter * 0.5) 0
416 419 text-transform: uppercase
417 420 @media (max-width: $screen-xs)
418 421 margin: 0 ($gutter)
... ...