Adjusted Image fit
This commit is contained in:
		@@ -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;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user