Skip to content

Commit f4f80b8

Browse files
change size of logo
1 parent ee3ca06 commit f4f80b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-theme/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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="30">
9+
<img src="{{ config.theme.logo }}" height="23">
1010
{% else %}
1111
<img src="{{ base_url }}/{{ config.theme.logo }}" height="30">
1212
{% endif %}

0 commit comments

Comments
 (0)