Placelist small viewport

This commit is contained in:
reverend 2020-08-01 11:04:49 +02:00
parent bf3ebf0e02
commit d174d59197

View File

@ -1,6 +1,5 @@
.LP-PlaceTeaser{
width: 280px;
height: 165px;
.LP-PlaceTeaser__Image{
height: 165px;
@ -42,12 +41,15 @@
color: $-grey;
display: none;
}
}
&--extended{
@media(min-width: $-viewport-small){
.LP-PlaceTeaser--extended{
display: flex;
flex-direction: row;
width: auto;
padding-right: 25px;
height: 165px;
.LP-PlaceTeaser__Meta{
margin: 0;
@ -88,5 +90,4 @@
}
}
}