Browse Source

Fix steps margin and text-align

afc163 7 years atrás
parent
commit
1f77cb58f9
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/pages/Profile/AdvancedProfile.less

+ 4 - 1
src/pages/Profile/AdvancedProfile.less

@@ -34,7 +34,10 @@
   font-size: 14px;
   position: relative;
   left: 38px;
-  & > div {
+  padding-top: 8px;
+  text-align: left;
+
+  > div {
     margin-top: 8px;
     margin-bottom: 4px;
   }