Commit 7184c46dfbc48cac8af39b8cdc208baddc5a2356

Authored by Leonardo Merlin
1 parent 546e7890

Decrease height at event-list (issue #51)

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/components/event-list/event-list.scss
... ... @@ -12,7 +12,7 @@
12 12 .event-list--panel {
13 13 color: #484848;
14 14 width: 100%;
15   - height: 240px;
  15 + height: 225px;
16 16 margin: 8px 0;
17 17 padding: 0 20px;
18 18 overflow-x: hidden;
... ...