Skip to content

Commit f932649

Browse files
committed
Make social icons don't have space between them
1 parent ad010e6 commit f932649

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_includes/social-buttons.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div class="navbar-end">
2-
{% for link in social %}
3-
<div class="navbar-item">
2+
<div class="navbar-item buttons has-addons">
3+
{% for link in social %}
44
<a class="button is-{{ link.color }}" title="{{ link.title }}" href="{{ link.url | url }}"{% if link.title == "Mastodon" %} rel="me"{% endif %}>
55
<span class="icon"><i class="{{ link.icon }}"></i></span>
66
</a>
7-
</div>
8-
{% endfor %}
7+
{% endfor %}
8+
</div>
99
</div>

0 commit comments

Comments
 (0)