Smaller event width for mobile devices

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-06-06 22:33:52 +03:00
parent 910a99f90b
commit bc6a17a682
No known key found for this signature in database
GPG key ID: 627C5F589F467F17

View file

@ -183,3 +183,9 @@
line-height: 24px;
}
}
@media (max-width: $screen-xs-max) {
.event-item .event-title {
@include str-truncated(65%);
}
}