remove size-based max-width from main-link

This commit is contained in:
Jeff Atwood 2014-05-23 01:37:20 -07:00
parent 52280170d5
commit 0d2fffe180
1 changed files with 0 additions and 12 deletions

View File

@ -148,18 +148,6 @@
line-height: 1.4; line-height: 1.4;
} }
@include medium-width {
.main-link {
max-width: 300px;
}
}
@include small-width {
.main-link {
max-width: 300px;
}
} }
.topic-statuses:empty { .topic-statuses:empty {