Browse Source

Let Station Thumbnail fill space

theflametrooper 8 years ago
parent
commit
dbdb14265f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frontend/components/pages/Home.vue

+ 1 - 0
frontend/components/pages/Home.vue

@@ -203,6 +203,7 @@
 				.station-image {
 					width: 100%;
 					height: 256px;
+					object-fit: cover;
 				}
 
 				.station-grid-left {