Commit 45978e40773322f1e434caab3f973c1eef8b7984

Authored by Victor Costa
1 parent 212945f3

Fix logo size

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 .navbar-brand {
8 8 .noosfero-logo {
9 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  
... ...