Fix display of volunteer events

This commit is contained in:
Michael Ball 2020-07-27 00:23:56 -07:00
parent d1b2ad3528
commit 13d78c2609
3 changed files with 13 additions and 12 deletions

View file

@ -9,12 +9,13 @@
= canceled_replacement_event_label(event, event_schedule)
= replacement_event_notice(event_schedule)
%span.h3{style: "margin-bottom: 20px"}
%span.h3{style: "margin-bottom: 14px"}
= event.title
%br
%small
%small{style: "color: #{contrast_color(header_color)}"}
= event.subtitle
.trapezoid{style: "color: #{header_color}; top: 12px;"}
.panel-body
%h4
- if(event.speakers.any?)