FEATURE Handling the download button

This commit is contained in:
Antoine M 2026-02-24 17:23:20 +01:00
parent 65105eaca0
commit 7430cea756

View File

@ -33,6 +33,12 @@
&__list {
@apply grid grid-cols-1 md:grid-cols-2 gap-8;
.communique-card {
&__inner {
@apply flex items-start justify-between gap-8;
}
.cta--download {
@apply shrink-0 py-0;
}
h3 {
@apply mb-6 text-2xl;
}