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;

View File

@@ -1,6 +1,8 @@
.LP-PlaceList{
.LP-PlaceList__List{
list-style-type: none;
padding: 0;
margin: 0;
.LP-Link{
.LP-Place{
@@ -23,6 +25,10 @@
max-width: 900px;
//min-width: 450px;
margin: 18px 0;
@media (max-width: $-viewport-medium) {
width: 100%;
margin-bottom: $-spacing-large;
}
}
}

View File

@@ -20,7 +20,7 @@
}
}
@media (max-width: $-viewport-normal){
@media (max-width: $-viewport-medium){
.LP-PlaceDetail{
.LP-PlaceDetail__Header{
.LP-PlaceDetail__Image{