STYLE Adjusting content-meta icon size
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-06-19 16:22:35 +02:00
parent 15fa4f267b
commit 92f5dc72d1

View File

@ -2,10 +2,10 @@
@apply flex items-end gap-6 mb-10;
&__type {
@apply font-bold text-xl;
@apply font-bold text-xl flex items-center gap-2;
&:before {
@apply content-[''] mr-2 h-3 w-3 inline-block;
@apply content-[''] mr-2 h-6 w-6 inline-block;
}
&--revue:before {
@apply rounded-full bg-carhop-orange-400;