unsure about divider
This commit is contained in:
parent
8b56070d1f
commit
cdb214cc23
2 changed files with 11 additions and 1 deletions
|
@ -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 {
|
.box.event-preview {
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -5,7 +12,9 @@
|
||||||
box-shadow : none;
|
box-shadow : none;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
|
||||||
border-top: 1px solid lighten(gray, 15%);
|
// border-top: 1px solid lighten(gray, 40%);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.image-holder {
|
.image-holder {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|
|
@ -9,6 +9,7 @@ title: Events
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% all_events.each do |event| %>
|
<% all_events.each do |event| %>
|
||||||
|
<!-- <hr class="divider"> -->
|
||||||
<div class="box event-preview">
|
<div class="box event-preview">
|
||||||
<div class="image-holder">
|
<div class="image-holder">
|
||||||
<img src="https://placehold.it/150x150" alt="" class="image" />
|
<img src="https://placehold.it/150x150" alt="" class="image" />
|
||||||
|
|
Loading…
Reference in a new issue