From 527285a48748c1198e66ea726151a02f3dcc4f83 Mon Sep 17 00:00:00 2001 From: robin Date: Thu, 11 Jul 2024 19:23:20 +0000 Subject: [PATCH] icon fix --- .../lib/components/pagebuilder/iconInfoBoard.svelte | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/frontend/src/lib/components/pagebuilder/iconInfoBoard.svelte b/frontend/src/lib/components/pagebuilder/iconInfoBoard.svelte index 68fb647..552b746 100644 --- a/frontend/src/lib/components/pagebuilder/iconInfoBoard.svelte +++ b/frontend/src/lib/components/pagebuilder/iconInfoBoard.svelte @@ -21,10 +21,7 @@ >
- +
{col.iconInfoBoard.title} @@ -49,9 +46,9 @@ align-items: center; gap: 20px; .icon { - width: 64px; - height: 64px; - svg { + width: 48px; + height: 48px; + img { width: 100%; height: 100%; object-fit: contain;