Skip to content

Commit 2d4a8b6

Browse files
reduce size of logo
1 parent be15234 commit 2d4a8b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom-theme/partials/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
{% if config.theme.logo.icon %}
77
<i class="md-icon">{{ config.theme.logo.icon }}</i>
88
{% elif config.theme.logo.startswith("http") %}
9-
<img src="{{ config.theme.logo }}" height="23">
9+
<img src="{{ config.theme.logo }}" height="21">
1010
{% else %}
11-
<img src="{{ base_url }}/{{ config.theme.logo }}" height="23">
11+
<img src="{{ base_url }}/{{ config.theme.logo }}" height="21">
1212
{% endif %}
1313
</a>
1414
</div>

0 commit comments

Comments
 (0)