Tweaking teaser / teaser list on mobile viewport

This commit is contained in:
2020-09-29 22:11:02 +02:00
parent 66a420741e
commit c190940fff
4 changed files with 40 additions and 11 deletions

View File

@@ -1,9 +1,8 @@
.LP-PlaceTeaser{
width: 280px;
width: 100%;
.LP-PlaceTeaser__Image{
height: 165px;
width: 280px;
width: 100%;
overflow: hidden;
.LP-Image{
@@ -15,6 +14,8 @@
.LP-PlaceTeaser__Meta{
display: flex;
flex-wrap: wrap;
gap: $-spacing-small;
align-items: center;
justify-content: space-between;
padding: 5px;
@@ -41,11 +42,20 @@
.LP-PlaceTeaser__Description{
font-family: $-primary-sans-serif-font;
color: $-grey;
display: none;
order: 3;
flex-basis: 100%;
}
}
@media(min-width: $-viewport-small){
.LP-PlaceTeaser {
width: 280px;
&__Image {
width: 280px;
height: 165px;
}
}
.LP-PlaceTeaser--extended{
display: flex;
flex-direction: row;