fixing the weird user space column bug on smaller browser widths

This commit is contained in:
Kris Aubuchon 2014-02-11 16:00:59 -05:00
parent d98fee5fd4
commit c24c60e33f
1 changed files with 2 additions and 2 deletions

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;
}