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

@@ -1,7 +1,8 @@
<style>
/* Our Values Component Styles — matched to Vision section style */
.values-section-wrapper {
width: 100%;
width: calc(100% - 40px);
max-width: none;
display: flex;
justify-content: center;
background: #1F1F1F;
@@ -9,14 +10,20 @@
font-family: 'DM Sans', sans-serif;
color: #ffffff;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
border-radius: 25px;
overflow: hidden;
}
.values-section {
position: relative;
z-index: 1;
width: 100%;
max-width: 1140px;
max-width: 1520px;
padding-top: 80px;
padding-left: clamp(24px, 4vw, 64px);
padding-right: clamp(24px, 4vw, 64px);
margin: 0 auto !important;
}
@@ -217,6 +224,10 @@
}
@media (max-width: 991px) {
.values-section-wrapper {
width: calc(100% - 24px);
}
.values-grid {
grid-template-columns: 1fr 1fr;
height: 75vh;
@@ -287,4 +298,4 @@
</article>
</div>
</section>
</div>
</div>