lostplaces-frontend/components/03_Organisms/placeGrid/_placeGrid.scss

23 lines
317 B
SCSS

.LP-PlaceGrid{
.LP-PlaceGrid__Grid{
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
.LP-PlaceGrid__Item{
margin: 0 15px;
margin-bottom: 50px;
}
.LP-Link{
.LP-PlaceTeaser{
&:hover{
box-shadow: 0 0 2px $-grey;
}
}
}
}
}