diff --git a/src/frontend/static/styles/styles.css b/src/frontend/static/styles/styles.css index c51a90f..9917d7e 100755 --- a/src/frontend/static/styles/styles.css +++ b/src/frontend/static/styles/styles.css @@ -241,7 +241,7 @@ footer .footer-top .footer-app, footer .footer-links, footer .footer-top .social, footer .footer-top .app { - display: flex; + display: block; align-items: center; } @@ -626,4 +626,4 @@ main.home { select { -webkit-appearance: none; -webkit-border-radius: 0px; -} \ No newline at end of file +} diff --git a/src/frontend/templates/footer.html b/src/frontend/templates/footer.html index f22a26f..da97723 100755 --- a/src/frontend/templates/footer.html +++ b/src/frontend/templates/footer.html @@ -19,16 +19,15 @@