From b5af98d357382760c8c9fdbc87d3870d7f338cb4 Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Sat, 23 Feb 2019 18:40:42 +0100 Subject: [PATCH] :lipstick: Increase the display size of icons --- .../resources/styles/main/partials/dashboard-grid.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/resources/styles/main/partials/dashboard-grid.scss b/frontend/resources/styles/main/partials/dashboard-grid.scss index 8b85ee9521..4427be567f 100644 --- a/frontend/resources/styles/main/partials/dashboard-grid.scss +++ b/frontend/resources/styles/main/partials/dashboard-grid.scss @@ -264,10 +264,11 @@ .grid-item-image { svg { - height: 20%; - max-width: 120px; + max-height: 100px; + max-width: 100px; min-height: 40px; - width: 3vw; + min-width: 40px; + width: 8vw; } }