fix mobile responsive
This commit is contained in:
@@ -203,6 +203,16 @@ export default function WingsRoadmap() {
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
/* Both the outer margin-top and the internal vertical padding
|
||||
clamp()s floor at fixed, sizeable values (56px + 64px = ~120px
|
||||
combined) on any phone width — noticeably heavier than the
|
||||
section rhythm near the footer. Horizontal padding is left
|
||||
untouched (its own clamp already resolves small on phones). */
|
||||
.wrm-section {
|
||||
margin-top: 40px;
|
||||
padding-top: 48px;
|
||||
padding-bottom: 48px;
|
||||
}
|
||||
.wrm-track-wrap { display: none; }
|
||||
.wrm-grid {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user