Merge pull request #1934 from awesomerobot/master

fixing the user column width bug on smaller browser widths
This commit is contained in:
Jeff Atwood 2014-02-11 13:03:21 -08:00
commit cf6f983523

View File

@ -149,13 +149,13 @@
@include medium-width {
.main-link {
width: 300px;
max-width: 300px;
}
}
@include small-width {
.main-link {
width: 300px;
max-width: 300px;
}