Mentions légales du service

Skip to content

Footer css bug fix

BERJON Matthieu requested to merge footer-css-bug-fix into django

I added a a fixed height to the footer in order to prevent an overflow of the footer on the data. This bug fix doesn't work on small viewport and need the help of a media query to change the behaviour in this case.

I added a clearfix on the template to avoid the form to overflow on the footer.

Merge request reports