Fixed footer on certain browsers blocking text
All checks were successful
/ render (push) Successful in 35s
All checks were successful
/ render (push) Successful in 35s
This commit is contained in:
parent
94a8b58355
commit
77c66f0752
2 changed files with 1 additions and 25 deletions
|
@ -94,7 +94,7 @@
|
|||
<TMPL_IF TRAILS><TMPL_VAR TRAILS></TMPL_IF>
|
||||
</div> <!-- /container -->
|
||||
|
||||
<footer class="footer" role="contentinfo">
|
||||
<footer class="footer mt-auto bg-light py-2" role="contentinfo">
|
||||
<div class="container">
|
||||
<TMPL_IF FOOTER><TMPL_VAR FOOTER></TMPL_IF>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue