Placelist small viewport
This commit is contained in:
parent
bf3ebf0e02
commit
d174d59197
@ -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 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user