From cd1cc421c53498750c074536df9cc4f245b97e77 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 17 Jul 2024 11:54:25 +0200 Subject: [PATCH] fixing width problem --- resources/css/blocks/page-card.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/blocks/page-card.css b/resources/css/blocks/page-card.css index 8d7884d..3754bc4 100644 --- a/resources/css/blocks/page-card.css +++ b/resources/css/blocks/page-card.css @@ -12,7 +12,7 @@ } } &__icon { - max-width: 80px; + max-width: 80px !important ; } &__title { text-decoration: none;