From e0c21fcc17b2bfb7714ae701436c4b3b3b1194e2 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 30 Oct 2025 09:48:17 +0100 Subject: [PATCH] =?UTF-8?q?STYLE=20ajout=20d'une=20r=C3=A8gle=20d'espaceme?= =?UTF-8?q?nt=20pour=20le=20bloc=20audio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/css/blocks/audio-player.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/css/blocks/audio-player.css b/resources/css/blocks/audio-player.css index 7869698..024918c 100644 --- a/resources/css/blocks/audio-player.css +++ b/resources/css/blocks/audio-player.css @@ -2,4 +2,5 @@ .audio-player__details__label { @apply text-sm text-gray-700 font-bold; } + @apply my-6; }