unsure about divider

This commit is contained in:
myncke 2016-08-27 01:23:22 +02:00
parent 8b56070d1f
commit cdb214cc23
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,10 @@
.divider {
align-items:flex-start;
border: 1px solid lighten(gray, 45%);
width: 67%;
margin: 0 30% 0 3%;
}
.box.event-preview {
border-radius: 0px;
display: flex;
@ -5,7 +12,9 @@
box-shadow : none;
margin-bottom: 0px;
border-top: 1px solid lighten(gray, 15%);
// border-top: 1px solid lighten(gray, 40%);
.image-holder {
border-radius: 50%;

View file

@ -9,6 +9,7 @@ title: Events
</div>
<% all_events.each do |event| %>
<!-- <hr class="divider"> -->
<div class="box event-preview">
<div class="image-holder">
<img src="https://placehold.it/150x150" alt="" class="image" />