From 6caf55994be0590b8d7d4f95659d59fd28fba3da Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 7 Aug 2013 16:10:43 -0700 Subject: [PATCH] tighten up user page spacing a tiny bit --- app/assets/stylesheets/application/user.css.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/application/user.css.scss b/app/assets/stylesheets/application/user.css.scss index b1b69be8f..a79ea5814 100644 --- a/app/assets/stylesheets/application/user.css.scss +++ b/app/assets/stylesheets/application/user.css.scss @@ -61,7 +61,7 @@ #user-info { width: 240px; - margin-right: 30px; + margin-right: 20px; float: left; .summary { height: 50px; @@ -186,7 +186,7 @@ padding: 6px; @include border-radius-all(4px); float: left; - width: 946px; + width: 936px; height: 57px; margin-left: 150px; background-color: white; @@ -219,12 +219,12 @@ } @include medium-width { .about-me { - width: 831px; + width: 821px; } } @include small-width { .about-me { - width: 786px; + width: 776px; } } }