flex col for button on mobile

This commit is contained in:
Antoine M 2024-04-23 15:39:46 +02:00
parent b5c53a3ce9
commit 4278672c88

View File

@ -17,7 +17,7 @@
}
}
.interaction-buttons {
@apply flex items-stretch gap-6;
@apply flex flex-col md:flex-row items-stretch gap-6;
.cta--start,
.language-select {