diff --git a/app/views/events/_event.html.erb b/app/views/events/_event.html.erb index 0c5217051..492b10d18 100644 --- a/app/views/events/_event.html.erb +++ b/app/views/events/_event.html.erb @@ -7,7 +7,7 @@ box-shadow: 5px 8px 0px #ccfff9; font-size: 17px; max-width: 700px; - font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; + font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; line-height: 145%; } @@ -22,6 +22,7 @@ border-radius: 3px; left: 1px; } + .event .event-details p { margin: 5px; } @@ -29,6 +30,7 @@ .event .event-description p { text-align: justify; } + .event .event-details h3 { margin: 0 0 .5em 0; font-weight: 800; @@ -42,43 +44,47 @@ margin: 0 0 20px; } } - .copyx{ + + .copyx { display: none !important; } - .addeventatc {visibility:hidden;} + + .addeventatc { + visibility: hidden; + }
Date: ">
Time: ">
- - ">
+ - ">
Location: <%= event.location_name %>
DEV Events is a series of ongoing talks and workshops designed to cover important topics to help community members level up. Because we have a global community we will be hosting events at varying times so nobody is restricted by time zone. Additionally, some workshops are repeated multiple times to further account for this.
-We have many more planned if you do not see a topic that interests you. Email members@dev.to to request a topic. And if you're interested in speaking, please apply to our CFP.
+DEV Events is a series of ongoing talks and workshops designed to cover important topics to help community members level up. Because we have a global community we will be hosting events at varying times so nobody is restricted by time zone. Additionally, + some workshops are repeated multiple times to further account for this.
+We have many more planned if you do not see a topic that interests you. Email + members@dev.to to request a topic. And if you're interested in speaking, please + apply to our CFP.
- <% @events.each do |event|%> - <%= render 'event', event: event %> + <% @events.each do |event| %> + <%= render "event", event: event %> <% end %>