From 0299becbfaa52b42a4c3037a6c4bd4c5486061cf Mon Sep 17 00:00:00 2001 From: carlosjr Date: Mon, 1 Mar 2021 12:41:23 +0100 Subject: [PATCH] css adjusted for the pin icon --- front/salix/components/home/style.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/front/salix/components/home/style.scss b/front/salix/components/home/style.scss index 11cc612db9..5227da43df 100644 --- a/front/salix/components/home/style.scss +++ b/front/salix/components/home/style.scss @@ -53,8 +53,10 @@ vn-home { opacity: 0; flex-direction: row; justify-content: left; - height: 0px; + height: 20px; + width: 20px; vn-icon { + margin: auto; font-size: 1rem; } }