banner col responsive and footer btn fix
This commit is contained in:
@@ -3367,6 +3367,7 @@ p.btn-sym {
|
||||
|
||||
@media (max-width:991px) {
|
||||
|
||||
|
||||
@keyframes line-grow {
|
||||
0% {
|
||||
width: 0;
|
||||
@@ -3385,7 +3386,8 @@ p.btn-sym {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
|
||||
.develope-ai-sec .row {
|
||||
.develope-ai-sec .row ,
|
||||
.mobile-banner-sec .row{
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
||||
@@ -3399,9 +3401,15 @@ p.btn-sym {
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.banner-col {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.develope-ai-sec .col-md-7,
|
||||
.develope-ai-sec .col-md-5,
|
||||
.we-see-solution-sec .col-md-6 {
|
||||
.we-see-solution-sec .col-md-6 ,
|
||||
.mobile-banner-sec .col-md-6,
|
||||
.banner-col {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@ button.nav-link.active {
|
||||
color: var(--black);
|
||||
border: 0;
|
||||
border-color: none;
|
||||
padding: 0;
|
||||
/* padding: 0; */
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
/* font-size: 14px; */
|
||||
|
||||
Reference in New Issue
Block a user