diff --git a/src/app/file-card/file-card.component.css b/src/app/file-card/file-card.component.css index f17823f..7376b16 100644 --- a/src/app/file-card/file-card.component.css +++ b/src/app/file-card/file-card.component.css @@ -17,8 +17,9 @@ } .image { - max-width:100%; - max-height:100%; + width: 100%; + height: 100%; + border-radius: 0px 0px 4px 4px; } .example-full-width-height {