fix mobile screen issue

This commit is contained in:
2026-06-06 13:55:33 +05:30
parent 91841ba3f4
commit ab67fec091
20 changed files with 707 additions and 83 deletions

View File

@@ -249,7 +249,8 @@ const styles = `
}
@media (max-width: 767px) {
.dm-wf3-card {
margin: 0 10px 0;
/* Bottom gap separates this last workflow card from the contact section below. */
margin: 0 10px 16px;
border-radius: 0 0 20px 20px;
padding: 36px 28px;
gap: 36px;