mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Legal link fixes (#950)
* fix default legal link value in docker * fix footer-right overflow
This commit is contained in:
parent
d0a8668de6
commit
db1379be34
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue