actually fix the spacing (thanks @adambkaplan and @budparr)

This commit is contained in:
Brad Clark 2017-09-26 12:09:24 -04:00
parent be9acde3f4
commit df25d72ccc
No known key found for this signature in database
GPG Key ID: CF53CABAB489B774
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
</a> </a>
{{ end }} {{ end }}
{{ with .Site.Params.github }} {{ with .Site.Params.github }}
<a href="{{ . }}" class="link-transition github link dib z-999 pt3 pt0-l mr2" title="Github link"> <a href="{{ . }}" class="link-transition github link dib z-999 pt3 pt0-l mr3" title="Github link">
{{ partial "svg/github.svg" (dict "size" $icon_size) }} {{ partial "svg/github.svg" (dict "size" $icon_size) }}
</a> </a>
{{ end }} {{ end }}