Adjusted Image fit

This commit is contained in:
reverend 2020-08-01 10:27:50 +02:00
parent 97282fd1af
commit 488d773f00

View File

@ -2,8 +2,15 @@
width: 280px;
.LP-Place__Image{
height: 165px;
object-fit: fill;
height: 165px;
width: 280px;
overflow: hidden;
.LP-Image{
max-width:unset;
max-height:unset;
object-fit: cover;
}
}
.LP-Place__Meta{
@ -22,7 +29,7 @@
.LP-Headline{
font-family: $-primary-sans-serif-font;
color: $-secondary-color;
color: $-grey;
font-size: 1rem;
padding: 0px;
margin: 0px;
@ -31,7 +38,7 @@
.LP-Place__Description{
font-family: $-primary-sans-serif-accent-font;
color: $-secondary-color;
color: $-grey;
display: none;
}