From f9700ff926370b62c206e6cfa44b8463a80bf6e9 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 10 Nov 2015 14:38:03 -0500 Subject: [PATCH] updated account profile page to work better with sidebar widgets --- less/account.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/account.less b/less/account.less index ffc6f74..4aeef82 100644 --- a/less/account.less +++ b/less/account.less @@ -11,11 +11,11 @@ } > .row { - max-width: @screen-sm-min; + max-width: @screen-lg-min; margin-left: auto; margin-right: auto; - > h1 { + .fullname { text-align: center; font-size: 20px; color: @gray-light;