Fixed ui errors

This commit is contained in:
R-Bharathraj
2026-05-15 15:51:56 +05:30
parent 88a54944c3
commit 7f71527e85
9 changed files with 404 additions and 144 deletions

View File

@@ -2,7 +2,8 @@
/* Vision & Mission Component Styles */
.vm-section-wrapper {
margin-top: 30px;
width: 100%;
width: calc(100% - 40px);
max-width: none;
height: auto;
display: flex;
justify-content: center;
@@ -10,14 +11,20 @@
position: relative;
font-family: 'DM Sans', sans-serif;
color: #ffffff;
margin-left: auto;
margin-right: auto;
border-radius: 25px;
overflow: hidden;
}
.vm-section {
position: relative;
z-index: 1;
width: 100%;
max-width: 1140px;
max-width: 1520px;
padding-top: 90px;
padding-left: clamp(24px, 4vw, 64px);
padding-right: clamp(24px, 4vw, 64px);
margin: 0 auto !important;
}
@@ -156,6 +163,7 @@
@media (max-width: 1024px) {
.vm-section-wrapper {
margin-top: 20px;
width: calc(100% - 24px);
}
.vm-section {