STYLE ajout d'une règle d'espacement pour le bloc audio
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-30 09:48:17 +01:00
parent ca1dc32e92
commit e0c21fcc17

View File

@ -2,4 +2,5 @@
.audio-player__details__label {
@apply text-sm text-gray-700 font-bold;
}
@apply my-6;
}