fix mobile responsive
This commit is contained in:
@@ -181,6 +181,11 @@ export default function WingsIndustries() {
|
||||
@media (max-width: 600px) {
|
||||
.wind-grid { grid-template-columns: 1fr; }
|
||||
.wind-card { aspect-ratio: 3 / 4; }
|
||||
/* var(--space-section-lg) floors at a fixed 52px on any phone
|
||||
width; bottom is already trimmed to 20px, so only the top needs
|
||||
a real mobile reduction to match the section rhythm near the
|
||||
footer. */
|
||||
.wind-section { padding-top: 44px; }
|
||||
}
|
||||
`,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user