mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing logo size.
This commit is contained in:
parent
87da00a851
commit
4fe1c3cb65
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
{% endif %}{% if not user.is_authenticated %}
|
||||
|
||||
<div class="NB-module NB-module-logo">
|
||||
<img src="{{ MEDIA_URL }}img/logo_newsblur.png" class="NB-module-logo-image" />
|
||||
<img src="{{ MEDIA_URL }}img/logo_newsblur.png" class="NB-module-logo-image" style="width: 312px; height: 55px;" />
|
||||
<div class="NB-module-logo-tagline">
|
||||
Focus on the best stories from<br><b>your friends</b> and <b>favorite blogs</b>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue