Commit 254b194f693c9664d3467cbb74d0b012468dd3a6
Exists in
staging
Merge branch 'master' into staging
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/app/layout/navbar/navbar.scss
@@ -7,7 +7,8 @@ | @@ -7,7 +7,8 @@ | ||
7 | .navbar-brand { | 7 | .navbar-brand { |
8 | .noosfero-logo { | 8 | .noosfero-logo { |
9 | background: url("../assets/images/logo-noosfero.png") no-repeat; | 9 | background: url("../assets/images/logo-noosfero.png") no-repeat; |
10 | - padding: 0px 62px 64px 15px; | 10 | + padding: 0px 62px 28px 15px; |
11 | + background-size: 46px; | ||
11 | } | 12 | } |
12 | } | 13 | } |
13 | 14 |