Browse Source

Fix steps margin and text-align

pull/2064/merge
afc163 8 years ago
parent
commit
1f77cb58f9
  1. 5
      src/pages/Profile/AdvancedProfile.less

5
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;
}

Loading…
Cancel
Save