degeneralize box

This commit is contained in:
Lorin Werthen 2016-08-30 22:48:58 +02:00
parent 5f65118621
commit 564d71285e
2 changed files with 78 additions and 74 deletions

View file

@ -2,6 +2,7 @@ a.box {
color: #000; color: #000;
} }
#homepage {
.box { .box {
background-color: $box-colour; background-color: $box-colour;
@ -16,3 +17,4 @@ a.box {
} }
} }
} }
}

View file

@ -1,3 +1,4 @@
<div id="homepage">
<div class="tile is-vertical is-ancestor"> <div class="tile is-vertical is-ancestor">
<div class="tile is-parent is-12"> <div class="tile is-parent is-12">
<%= render '/partials/_tile.*', article: all_events[0] %> <%= render '/partials/_tile.*', article: all_events[0] %>
@ -77,3 +78,4 @@
</div> </div>
</div> </div>
</div> </div>
</div>