Add some margin to event-tile text
This commit is contained in:
parent
d4303c9540
commit
eaa1ac5140
2 changed files with 9 additions and 1 deletions
|
@ -35,8 +35,16 @@ a.box {
|
||||||
.event-text {
|
.event-text {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 10px;
|
||||||
|
|
||||||
|
.event-time-loc {
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.is-divider {
|
.is-divider {
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
<div class="is-divider"></div>
|
<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') %>
|
<%= fa :'clock-o' , fw: true %><%= @event[:time].strftime('%A %d %B, %H:%M') %>
|
||||||
<br>
|
<br>
|
||||||
<%= fa :'map-marker', fw: true %><%= @event[:location] %>
|
<%= fa :'map-marker', fw: true %><%= @event[:location] %>
|
||||||
|
|
Loading…
Reference in a new issue