fix footer-right overflow

This commit is contained in:
Youe Graillot 2021-11-27 21:28:36 +01:00
parent 23f8b361ae
commit 89467e5f94

View file

@ -231,7 +231,7 @@ footer p.footer-links a {
footer .footer-right { footer .footer-right {
float: right; float: right;
margin-top: 6px; margin-top: 6px;
max-width: 180px; max-width: 225px;
} }
footer .footer-right a { footer .footer-right a {