From b9d0bea9e6688abfbbc919f90009f59ed153e7fb Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 8 Feb 2017 16:41:04 -0200 Subject: [#922] Applies changes compatible with firefox with @tayanefernandes --- web-ui/src/common/footer/footer.scss | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'web-ui/src/common') diff --git a/web-ui/src/common/footer/footer.scss b/web-ui/src/common/footer/footer.scss index 4ea61285..c1d6a285 100644 --- a/web-ui/src/common/footer/footer.scss +++ b/web-ui/src/common/footer/footer.scss @@ -25,7 +25,8 @@ .footer-content { display: inline; - margin: 2% 3% 5% 3%; + margin: 2% 3%; + margin-bottom: 1em; display: flex; align-items: center; } @@ -46,12 +47,7 @@ } .footer-content { - margin: 0 0 2% 0; - } -} - -@media only screen and (min-width : 960px) { - .footer-content { - margin-bottom: 1%; + margin: 0; + margin-bottom: 1em; } } -- cgit v1.2.3