UX: suppress description excerpt on mobile

This commit is contained in:
Sam Saffron 2016-07-14 22:38:16 +10:00
parent fa8ba3b408
commit bea06afd3d
1 changed files with 4 additions and 0 deletions

View File

@ -419,3 +419,7 @@ td .main-link {
width: 120%;
}
}
.category-list-item .category-description {
display: none;
}