Commit bc6a17a6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Smaller event width for mobile devices

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 910a99f9
......@@ -183,3 +183,9 @@
line-height: 24px;
}
}
@media (max-width: $screen-xs-max) {
.event-item .event-title {
@include str-truncated(65%);
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment