Adjusted Image fit
This commit is contained in:
parent
97282fd1af
commit
488d773f00
@ -2,8 +2,15 @@
|
|||||||
width: 280px;
|
width: 280px;
|
||||||
|
|
||||||
.LP-Place__Image{
|
.LP-Place__Image{
|
||||||
height: 165px;
|
height: 165px;
|
||||||
object-fit: fill;
|
width: 280px;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
.LP-Image{
|
||||||
|
max-width:unset;
|
||||||
|
max-height:unset;
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.LP-Place__Meta{
|
.LP-Place__Meta{
|
||||||
@ -22,7 +29,7 @@
|
|||||||
|
|
||||||
.LP-Headline{
|
.LP-Headline{
|
||||||
font-family: $-primary-sans-serif-font;
|
font-family: $-primary-sans-serif-font;
|
||||||
color: $-secondary-color;
|
color: $-grey;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
@ -31,7 +38,7 @@
|
|||||||
|
|
||||||
.LP-Place__Description{
|
.LP-Place__Description{
|
||||||
font-family: $-primary-sans-serif-accent-font;
|
font-family: $-primary-sans-serif-accent-font;
|
||||||
color: $-secondary-color;
|
color: $-grey;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user