FEATURE Handling content-card border

This commit is contained in:
Antoine M 2026-05-05 14:57:00 +02:00
parent 562be8f9a7
commit 2015cc1e50

View File

@ -8,6 +8,11 @@
@apply nunito;
letter-spacing: 0.05em;
}
&--has-border {
border: 1px solid var(--wp--preset--color--primary);
padding: 2rem;
}
}
.card-grid {