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