Smaller event width for mobile devices
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
910a99f90b
commit
bc6a17a682
1 changed files with 6 additions and 0 deletions
|
@ -183,3 +183,9 @@
|
|||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: $screen-xs-max) {
|
||||
.event-item .event-title {
|
||||
@include str-truncated(65%);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue