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;
}
#homepage {
.box {
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-parent is-12">
<%= render '/partials/_tile.*', article: all_events[0] %>
@ -77,3 +78,4 @@
</div>
</div>
</div>
</div>