FIX sometime margin top 0 not working as first child

This commit is contained in:
Antoine M 2025-11-27 09:18:39 +01:00
parent 2e522a481a
commit fdbb03c904

View File

@ -6,7 +6,7 @@
min-height: 60vh; min-height: 60vh;
&:first-child { &:first-child {
@apply mt-0; @apply !mt-0;
} }
h2 { h2 {