Fixed ui errors
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user