Skip to content

Commit

Permalink
Merge pull request #107 from WildCodeSchool/logoNav
Browse files Browse the repository at this point in the history
maj logo navbar
  • Loading branch information
typhained authored May 15, 2020
2 parents f26cada + 55d7a36 commit 16c9851
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions public/assets/css/public.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ nav img{
width: 36px;
height: 36px;
}

#logoNav {
width: auto;
}

/* Fin de Navbar */

/* Début de Footer */
Expand Down
2 changes: 1 addition & 1 deletion src/View/Layout/navbar.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="uk-navbar-left">
<div class="uk-margin-large-left">
<a href="/Front/index">
<img src="/assets/images/logo.png" />
<img id="logoNav" src="/assets/images/logo.png" />
</a>
</div>
</div>
Expand Down

0 comments on commit 16c9851

Please sign in to comment.