diff --git a/static/css/tilelist.css b/static/css/tilelist.css index 54a6f44e18ac97149f3447f66dd294082cf0d17f..5fc7812bdcafa01159c57dd479bd5e3734381d74 100644 --- a/static/css/tilelist.css +++ b/static/css/tilelist.css @@ -49,8 +49,8 @@ position: absolute; top: 0; width: 100% !important; - height: 80%; - object-fit: cover; + height: 75%; + object-fit: scale-down; margin: 0 0 !important; } .tile .caption { @@ -59,8 +59,8 @@ align-items: center; position: absolute; width: 100%; - height: 20%; - top: 80%; + height: 25%; + top: 75%; left: 0; color: #000; background-color: #fff;