blog.trnck.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #103 from landonp1203/dev

Fixed issue with social media icons being off centered by default

authored by

Brandon Rosage and committed by
GitHub
6c846f38 478e3edc

+2 -2
+2 -2
_includes/masthead.html
··· 1 1 {% if site.layout == 'stacked' %} 2 - {% assign metadata_styles = 'd-md-inline-block mr-3' %} 2 + {% assign metadata_styles = 'd-md-inline-block mx-3 mb-1 mb-md-0' %} 3 3 {% else %} 4 4 {% assign metadata_styles = 'd-flex flex-items-center mb-3' %} 5 5 {% endif %} ··· 37 37 {% if site.social_media %} 38 38 <div class="d-flex flex-wrap flex-items-start {% if site.layout == 'stacked' %}flex-justify-center mt-1 mt-md-3{% endif %}"> 39 39 {% for account in site.social_media %} 40 - <div class="mr-3 mb-3"> 40 + <div class="{% unless forloop.last == true %}mr-3{% endunless %} mb-3"> 41 41 {% assign service_shortname = account[0] %} 42 42 {% assign service = site.data.social_media[service_shortname] %} 43 43 <a href="{{ service.profile_url_prefix }}{{ account[1] }}" class="tooltipped tooltipped-se" aria-label="{{ service.name }}: {{ account[1] }}">