Skip to content

Commit d777d5d

Browse files
committed
💄 style: increase emoji favicon size
Resolves #476
1 parent 11eb774 commit d777d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/partials/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<link rel="icon" type="image/png" href="{{ get_url(path=config.extra.favicon) }}"/>
1717
{% endif %}
1818
{% if config.extra.favicon_emoji %}
19-
<link rel=icon href='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 105 55"><text y=".7em" font-size="82">{{ config.extra.favicon_emoji }}</text></svg>'>
19+
<link rel=icon href='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="50%" x="50%" dominant-baseline="central" text-anchor="middle" font-size="88">{{ config.extra.favicon_emoji }}</text></svg>'>
2020
{% endif %}
2121

2222
{# Feeds #}

0 commit comments

Comments
 (0)