Browse Source

refactor userlayout reduce padding

maddy 4 years ago
parent
commit
5e3e30ac90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layouts/UserLayout.vue

+ 1 - 1
src/layouts/UserLayout.vue

@@ -84,7 +84,7 @@ export default {
       min-height: 100%;
       background: #f0f2f5 url(~@/assets/background.svg) no-repeat 50%;
       background-size: 100%;
-      padding: 110px 0 84px;
+      padding: 50px 0 84px;
       position: relative;
 
       a {