From a6beec1bd2b0f988fc2b032b84160b84b499cc9b Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 6 Dec 2017 22:46:24 +0100 Subject: Footer's stats displayed on mobile --- app/Resources/static/themes/material/css/entries.scss | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'app/Resources/static/themes/material') diff --git a/app/Resources/static/themes/material/css/entries.scss b/app/Resources/static/themes/material/css/entries.scss index cdb125d5..5c55caa8 100644 --- a/app/Resources/static/themes/material/css/entries.scss +++ b/app/Resources/static/themes/material/css/entries.scss @@ -64,13 +64,8 @@ } } -.page-footer .footer-copyright { - p { - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - display: block; - } +.footer-text { + margin: 0.7rem 0.5rem; } .hidden { -- cgit v1.2.3