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,7 +35,15 @@ 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;
|
||||
|
|
|
@ -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] %>
|
||||
|
|
Loading…
Reference in a new issue