styling events page

This commit is contained in:
Eloïse Piret 2016-09-13 19:26:17 +02:00
parent f9ec6f32c0
commit d15104e767

View file

@ -8,14 +8,15 @@
.box.event-preview {
border-radius: 0px;
display: flex;
align-items: center;
align-items: baseline;
box-shadow : none;
margin-bottom: 0px;
padding-left:20px
// border-top: 1px solid lighten(gray, 40%);
.image-holder {
border-radius: 50%;
//border-radius: 50%;
padding: 10px;
border: 1px solid lighten(gray, 30%);
width: 15%;
@ -23,7 +24,7 @@
}
.image {
border-radius: 50%;
//border-radius: 50%;
vertical-align: middle;
border: 1px solid gray;
}