From b91eb8ed38608ae328921ae7214590530ed549f5 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 7 Mar 2014 00:01:36 -0800 Subject: [PATCH] fix user page primary width --- app/assets/stylesheets/desktop/user.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/user.scss b/app/assets/stylesheets/desktop/user.scss index d9ea16da9e3..d084cf947d3 100644 --- a/app/assets/stylesheets/desktop/user.scss +++ b/app/assets/stylesheets/desktop/user.scss @@ -229,7 +229,7 @@ .primary { margin-top: 20px; float: left; - width: 75%; + width: 65%; color: $tertiary_text_color; text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;