responsive-about page
This commit is contained in:
parent
49500e41df
commit
fbf20b1fa2
@ -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 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user