fix mobile responsive

This commit is contained in:
2026-07-08 19:13:36 +05:30
parent f7bab1fe70
commit d639415d89
12 changed files with 801 additions and 21 deletions

View File

@@ -347,6 +347,11 @@ export default function WingsMileTruth() {
@media (max-width: 600px) {
.wmt-grid { grid-template-columns: 1fr; }
.wmt-callout { flex-direction: column; align-items: flex-start; }
/* The vertical clamp() floors at a fixed 64px on any phone width;
trimmed to a real mobile value to match the section rhythm near
the footer. Horizontal padding is left untouched (its own
clamp already resolves small on phones). */
.wmt-section { padding-top: 48px; padding-bottom: 48px; }
}
`,
}}