We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3ca06 commit f4f80b8Copy full SHA for f4f80b8
custom-theme/partials/header.html
@@ -6,7 +6,7 @@
6
{% if config.theme.logo.icon %}
7
<i class="md-icon">{{ config.theme.logo.icon }}</i>
8
{% elif config.theme.logo.startswith("http") %}
9
- <img src="{{ config.theme.logo }}" height="30">
+ <img src="{{ config.theme.logo }}" height="23">
10
{% else %}
11
<img src="{{ base_url }}/{{ config.theme.logo }}" height="30">
12
{% endif %}
0 commit comments