From 26df4edcce32880ad217173370a6acaa377319ce Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 13 Mar 2024 17:54:53 +0100 Subject: [PATCH] fixing picture --- resources/css/pages/stats-dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/pages/stats-dashboard.css b/resources/css/pages/stats-dashboard.css index 32e79cc..f04b077 100644 --- a/resources/css/pages/stats-dashboard.css +++ b/resources/css/pages/stats-dashboard.css @@ -4,7 +4,7 @@ @apply !text-2xl text-center !font-semibold !text-blue-600; } &__preview-picture { - @apply w-full mx-auto; + @apply !w-full mx-auto; max-width: 300px; display: block; }