fix mobile responsive
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
`,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user