Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
fix primary metadata margins
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonrosage committed Apr 1, 2019
1 parent 05363b6 commit bf356e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/masthead.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if site.layout == 'stacked' %}
{% assign metadata_styles = 'd-md-inline-block mr-3' %}
{% assign metadata_styles = 'd-md-inline-block mx-3 mb-1 mb-md-0' %}
{% else %}
{% assign metadata_styles = 'd-flex flex-items-center mb-3' %}
{% endif %}
Expand Down

0 comments on commit bf356e5

Please sign in to comment.