make title collapse earlier

This commit is contained in:
Kyle Fiedler
2012-02-06 10:40:49 -05:00
parent bdde1599c4
commit edea8b4ece

View File

@@ -109,7 +109,7 @@ div.course-wrapper {
display: table-cell;
vertical-align: top;
@media screen and (max-width:910px) {
@media screen and (max-width:980px) {
display: block;
width: auto;
}