summaryrefslogtreecommitdiff
path: root/web-ui/src/common/footer/footer.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/src/common/footer/footer.scss')
-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;
}
}