Balance vertical margins of 'extra HTML' text
This commit is contained in:
parent
3f940f1f5b
commit
c281874698
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue