Fix: Footer text breaks on small screens
See: https://github.com/freifunkhamburg/ffffng/issues/20
This commit is contained in:
parent
e2805d9b8e
commit
2d5db51d24
|
@ -2,6 +2,9 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in a new issue