Add some margin to event-tile text

This commit is contained in:
Wout Schellaert 2017-10-13 11:24:06 +02:00
parent d4303c9540
commit eaa1ac5140
2 changed files with 9 additions and 1 deletions

View file

@ -35,8 +35,16 @@ a.box {
.event-text {
display: inline-block;
font-size: 1.1em;
margin-left: 10px;
margin-right: 10px;
.event-time-loc {
margin-left: 10px;
margin-right: 10px;
}
}
.is-divider {
margin: 0.5em;
}

View file

@ -19,7 +19,7 @@
<div class="is-divider"></div>
<div class="">
<div class="event-time-loc">
<%= fa :'clock-o' , fw: true %><%= @event[:time].strftime('%A %d %B, %H:%M') %>
<br>
<%= fa :'map-marker', fw: true %><%= @event[:location] %>