responsive-about page

This commit is contained in:
vidhya 2026-06-29 17:26:25 +05:30
parent 49500e41df
commit fbf20b1fa2

View File

@ -1035,6 +1035,19 @@ el.textContent=new Date().getFullYear();
margin-left: auto;
margin-right: auto;
}
/* Responsive spacing adjustments for mobile and tablet */
@media (max-width: 991.98px) {
.v2-about-section, .v2-founder-section {
padding: 48px 20px !important;
}
.v2-cta-banner {
padding: 64px 20px !important;
}
.v2-story-grid, .v2-founder-grid {
gap: 32px;
}
}
</style>
<!-- SECTION 1: OUR STORY -->