8000 fix primary metadata margins · githublucas420/githubWebsite@bf356e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf356e5

Browse files
committed
fix primary metadata margins
1 parent 05363b6 commit bf356e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/masthead.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% 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' %}
33
{% else %}
44
{% assign metadata_styles = 'd-flex flex-items-center mb-3' %}
55
{% endif %}

0 commit comments

Comments
 (0)
0