diff --git a/less/account.less b/less/account.less index 9e76d0f..cc4afe5 100644 --- a/less/account.less +++ b/less/account.less @@ -173,6 +173,8 @@ } .profile { + margin-bottom: 50px; + .fullname { margin-bottom: 10px; font-size: 32px; @@ -182,8 +184,14 @@ text-transform: uppercase; text-align: center; margin-top: 0px; - font-size: 17px; - margin-bottom: 50px; + font-size: 15px; + } + + .aboutme > p { + max-width: 75%; + margin-left: auto; + margin-right: auto; + color: @gray-light; } } } diff --git a/templates/account/profile.tpl b/templates/account/profile.tpl index 30e2a2b..bf92242 100644 --- a/templates/account/profile.tpl +++ b/templates/account/profile.tpl @@ -4,8 +4,13 @@

{fullname}{username}

@{username}

+ + {aboutme} + +
+
- +