summaryrefslogtreecommitdiffstats
path: root/public/less/_home.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less/_home.less')
-rw-r--r--public/less/_home.less13
1 files changed, 13 insertions, 0 deletions
diff --git a/public/less/_home.less b/public/less/_home.less
index c90e8ec414..d0ce34fb86 100644
--- a/public/less/_home.less
+++ b/public/less/_home.less
@@ -47,3 +47,16 @@
padding-top: 15px;
padding-bottom: @footer-margin * 2;
}
+
+footer {
+ @media only screen and (max-width: 880px) {
+ text-align: center;
+ }
+
+ .ui.container .left, .ui.container .right {
+ @media only screen and (max-width: 880px) {
+ display: inline;
+ float: none;
+ }
+ }
+}