From 0e7aee21f7ece0a3c93c06e475ddf37011262bab Mon Sep 17 00:00:00 2001 From: Joan Date: Thu, 22 Nov 2018 07:50:20 +0100 Subject: [PATCH] home icon max height --- client/salix/src/components/home/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/salix/src/components/home/style.scss b/client/salix/src/components/home/style.scss index 66a8710893..65350a825c 100644 --- a/client/salix/src/components/home/style.scss +++ b/client/salix/src/components/home/style.scss @@ -38,6 +38,10 @@ vn-home { line-height: 75px; } + & > vn-icon, & > vn-icon { + max-height: 75px; + } + & > span { font-size: 0.9em; text-align: center;