fix size of logo introduced in #232 (#249)

This commit is contained in:
paul van genuchten
2019-09-25 23:57:51 +02:00
committed by Tom Kralidis
parent a7127a7f55
commit 1d64fa9409
3 changed files with 1 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 21 KiB

+1 -1
View File
@@ -26,7 +26,7 @@
<header class="sticky row">
<div class="col-sm-12 col-md-10 col-md-offset-1">
<a href="{{ config['server']['url'] }}" class="logo" role="button">
<img src="{{ config['server']['url'] }}/static/img/logo.png" title="{{ config['metadata']['identification']['title'] }}" style="height:60px;vertical-align: middle;" /></a>
<img src="{{ config['server']['url'] }}/static/img/logo.png" title="{{ config['metadata']['identification']['title'] }}" style="height:40px;vertical-align: middle;" /></a>
<!--
Add additional menu items here
<a href="https://pygeoapi.io" role="button" class="button">About</a>