Balance vertical margins of 'extra HTML' text

This commit is contained in:
Thomas Jensen 2018-06-25 14:32:46 +02:00
parent 3f940f1f5b
commit c281874698
No known key found for this signature in database
GPG Key ID: 54243EF8EA4945B2
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ permalink: /
{% if site.extra_html %}
<div class="row justify-content-center">
<div class="col mt-2 mt-sm-3 text-sm-center fuse-core-extra">{{ site.extra_html }}</div>
<div class="col mt-3 text-sm-center fuse-core-extra">{{ site.extra_html }}</div>
</div>
{% endif %}