remove image size from template, resize logo
This commit is contained in:
parent
1ec99c36c8
commit
f67c630cde
Binary file not shown.
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 25 KiB |
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
<body>
|
||||
|
||||
<p><img class="img-responsive" style="display: block; margin-left: auto; margin-right: auto;" src="{{ url_for('static', filename='HBnet.png') }}" alt="Logo" width="300" height="144" /></p>
|
||||
<p><img class="img-responsive" style="display: block; margin-left: auto; margin-right: auto;" src="{{ url_for('static', filename='HBnet.png') }}" alt="Logo" /></p>
|
||||
<h2 class="card-body" style="text-align: center;">{{ user_manager.USER_APP_NAME }}</h2>
|
||||
<hr />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue