Commit bc6a17a6828f2695a7ad0f64671ac1b6845c111d

Authored by Dmitriy Zaporozhets
1 parent 910a99f9

Smaller event width for mobile devices

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
app/assets/stylesheets/sections/events.scss
... ... @@ -183,3 +183,9 @@
183 183 line-height: 24px;
184 184 }
185 185 }
  186 +
  187 +@media (max-width: $screen-xs-max) {
  188 + .event-item .event-title {
  189 + @include str-truncated(65%);
  190 + }
  191 +}
... ...