Skip to content

Commit be15234

Browse files
change height of logo (all cases)
1 parent f4f80b8 commit be15234

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
@@ -8,7 +8,7 @@
88
{% elif config.theme.logo.startswith("http") %}
99
<img src="{{ config.theme.logo }}" height="23">
1010
{% else %}
11-
<img src="{{ base_url }}/{{ config.theme.logo }}" height="30">
11+
<img src="{{ base_url }}/{{ config.theme.logo }}" height="23">
1212
{% endif %}
1313
</a>
1414
</div>

0 commit comments

Comments
 (0)