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

@@ -1011,7 +1011,9 @@ const styles = `
.dm-opt-mobile {
position: relative;
margin: 0 10px;
/* Top gap separates this card from the hero stats bar above; sides stay 10px
and bottom stays flush so the Performance card butts against it below. */
margin: 16px 10px 0;
padding: 24px 13px 22px;
display: flex;
flex-direction: column;