summaryrefslogtreecommitdiff
path: root/web-ui/src/common
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-02-08 16:41:04 -0200
committerAnike Arni <aarni@thoughtworks.com>2017-02-08 17:46:43 -0200
commitb9d0bea9e6688abfbbc919f90009f59ed153e7fb (patch)
treee9dc8d5eda81d319621d835059e4c18b3cf4bfe7 /web-ui/src/common
parentad7ad7c7f781706b25b29c80c642006a4d18411a (diff)
[#922] Applies changes compatible with firefox
with @tayanefernandes
Diffstat (limited to 'web-ui/src/common')
-rw-r--r--web-ui/src/common/footer/footer.scss12
1 files changed, 4 insertions, 8 deletions
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;
}
}