From 84c9ec1300dfb056274de35cc7e54ce23f4c8a92 Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Sun, 15 Mar 2020 20:31:04 -0400 Subject: [PATCH] Updated file card image appearance --- src/app/file-card/file-card.component.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {