Tweaking teaser / teaser list on mobile viewport
This commit is contained in:
parent
66a420741e
commit
c190940fff
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: $-viewport-normal){
|
||||
@media (max-width: $-viewport-medium){
|
||||
.LP-PlaceDetail{
|
||||
.LP-PlaceDetail__Header{
|
||||
.LP-PlaceDetail__Image{
|
||||
|
@ -862,10 +862,9 @@ body {
|
||||
margin: 0 3px; }
|
||||
|
||||
.LP-PlaceTeaser {
|
||||
width: 280px; }
|
||||
width: 100%; }
|
||||
.LP-PlaceTeaser .LP-PlaceTeaser__Image {
|
||||
height: 165px;
|
||||
width: 280px;
|
||||
width: 100%;
|
||||
overflow: hidden; }
|
||||
.LP-PlaceTeaser .LP-PlaceTeaser__Image .LP-Image {
|
||||
max-width: unset;
|
||||
@ -873,6 +872,8 @@ body {
|
||||
object-fit: cover; }
|
||||
.LP-PlaceTeaser .LP-PlaceTeaser__Meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 5px;
|
||||
@ -893,9 +894,15 @@ body {
|
||||
.LP-PlaceTeaser .LP-PlaceTeaser__Description {
|
||||
font-family: "Montserrat", Helvetica, sans-serif;
|
||||
color: #565656;
|
||||
display: none; }
|
||||
order: 3;
|
||||
flex-basis: 100%; }
|
||||
|
||||
@media (min-width: 650px) {
|
||||
.LP-PlaceTeaser {
|
||||
width: 280px; }
|
||||
.LP-PlaceTeaser__Image {
|
||||
width: 280px;
|
||||
height: 165px; }
|
||||
.LP-PlaceTeaser--extended {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@ -1069,7 +1076,9 @@ body {
|
||||
box-shadow: 0 0 2px #565656; }
|
||||
|
||||
.LP-PlaceList .LP-PlaceList__List {
|
||||
list-style-type: none; }
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0; }
|
||||
.LP-PlaceList .LP-PlaceList__List .LP-Link .LP-Place:hover {
|
||||
color: #565656;
|
||||
background-color: #f9f9f9;
|
||||
@ -1080,6 +1089,10 @@ body {
|
||||
.LP-PlaceList .LP-PlaceList__List .LP-PlaceList__Item {
|
||||
max-width: 900px;
|
||||
margin: 18px 0; }
|
||||
@media (max-width: 750px) {
|
||||
.LP-PlaceList .LP-PlaceList__List .LP-PlaceList__Item {
|
||||
width: 100%;
|
||||
margin-bottom: 35px; } }
|
||||
|
||||
.LP-PlaceList .LP-Pagination {
|
||||
margin-top: 50px; }
|
||||
@ -1688,7 +1701,7 @@ body {
|
||||
margin-right: 25px;
|
||||
overflow: hidden; }
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
@media (max-width: 750px) {
|
||||
.LP-PlaceDetail .LP-PlaceDetail__Header .LP-PlaceDetail__Image {
|
||||
float: none;
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user