Skip to content

Commit

Permalink
Update icon-instagram.html
Browse files Browse the repository at this point in the history
Fixing spacing
  • Loading branch information
Calista-Donohoe authored Oct 16, 2024
1 parent 6b6cb09 commit 7219f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/icon-instagram.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<a href="https://instagram.com/{{ include.username }}">
<span class="icon icon--instagram">
<img src="{{ "assets/icon-instagram.png" | relative_url }}" style="padding-bottom: 7px; padding-right: 5px;">
<img src="{{ "assets/icon-instagram.png" | relative_url }}" style="padding-right: 5px;">
</span>
<span class="username">{{ include.username }}</span>
</a>

0 comments on commit 7219f56

Please sign in to comment.