Browse Source

Fix footer padding

afc163 8 years ago
parent
commit
30a394a22d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/GlobalFooter/index.less

+ 2 - 2
src/components/GlobalFooter/index.less

@@ -1,8 +1,8 @@
 @import "~antd/lib/style/themes/default.less";
 
 .globalFooter {
-  padding: 16px;
-  margin: 32px 0 16px 0;
+  padding: 0 16px;
+  margin: 48px 0 24px 0;
   text-align: center;
 
   .links {