FEATURE Handling the download button
This commit is contained in:
parent
65105eaca0
commit
7430cea756
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user