Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
For issue #116, correcting logo display
Browse files Browse the repository at this point in the history
  • Loading branch information
seblemoine committed Mar 25, 2018
1 parent 98e5228 commit b5ad00e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Resources/views/admin.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
{#<div class="clearfix"></div>#}
</div>
<div class="col col-xs-2 col-sm-1">
<div class="logo-circle style-scope semapps-header">
<div class="logo-circle" style="background-color: transparent;">
<a href="/">
<img src="{{ asset('common/images/logo.png') }}" width="100%" height="100%"/>
<img src="{{ asset('common/images/logo.png') }}" width="110px" height="110px"/>
</a>
</div>
<div class="clearfix"></div>
Expand Down

0 comments on commit b5ad00e

Please sign in to comment.