tighten up user page spacing a tiny bit

This commit is contained in:
Jeff Atwood 2013-08-07 16:10:43 -07:00
parent 62c0b109a4
commit 6caf55994b

View file

@ -61,7 +61,7 @@
#user-info { #user-info {
width: 240px; width: 240px;
margin-right: 30px; margin-right: 20px;
float: left; float: left;
.summary { .summary {
height: 50px; height: 50px;
@ -186,7 +186,7 @@
padding: 6px; padding: 6px;
@include border-radius-all(4px); @include border-radius-all(4px);
float: left; float: left;
width: 946px; width: 936px;
height: 57px; height: 57px;
margin-left: 150px; margin-left: 150px;
background-color: white; background-color: white;
@ -219,12 +219,12 @@
} }
@include medium-width { @include medium-width {
.about-me { .about-me {
width: 831px; width: 821px;
} }
} }
@include small-width { @include small-width {
.about-me { .about-me {
width: 786px; width: 776px;
} }
} }
} }