mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
fix footer-right overflow
This commit is contained in:
parent
23f8b361ae
commit
89467e5f94
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue