Legal link fixes (#950)

* fix default legal link value in docker

* fix footer-right overflow
This commit is contained in:
Youe Graillot 2021-11-28 18:45:45 +01:00 committed by GitHub
parent d0a8668de6
commit db1379be34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ ENV DEBUG="False" \
SQLALCHEMY_DATABASE_URI="sqlite:////database/ihatemoney.db" \
SQLALCHEMY_TRACK_MODIFICATIONS="False" \
ENABLE_CAPTCHA="False" \
LEGAL_LINK="False"
LEGAL_LINK=""
ADD . /src

View file

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