bit shorter max width on mobile categories

This commit is contained in:
Jeff Atwood 2014-12-02 00:41:51 -08:00
parent 0503599de7
commit 3fcde72656
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
float: left;
}
.category a {
max-width: 200px;
max-width: 160px;
overflow: hidden;
text-overflow: ellipsis;
}