remove footer padding

This commit is contained in:
checktheroads 2019-08-21 10:03:01 -07:00
parent 0e4ecd1f0c
commit 0ccd2b83ad

View file

@ -1,5 +1,5 @@
{% if branding.footer.enable %}
<nav class="navbar fixed-bottom navbar-footer bg-footer">
<nav class="navbar fixed-bottom navbar-footer bg-footer pt-0 pb-0">
<div class="container-fluid row no-gutters text-center p-0">
<div class="col-auto float-left">
<div class="d-none" id="hg-footer-terms-html">{{ details.footer.content | safe }}</div>