changed layout
This commit is contained in:
@ -483,4 +483,13 @@ a:hover {
|
||||
.col-lg-6, .col-lg-4 {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.footer-logo{
|
||||
width: 135px; /* Adjust the width */
|
||||
height: 85px; /* Maintain aspect ratio */
|
||||
}
|
||||
.footer-logo img{
|
||||
width: 100%; /* Adjust the width */
|
||||
height: 100%; /* Maintain aspect ratio */
|
||||
}
|
22
css/main.css
22
css/main.css
@ -1171,7 +1171,7 @@ span {
|
||||
|
||||
.cta-cheap-rental-section {
|
||||
background-color: rgb(17, 26, 54);
|
||||
padding: 30px 0;
|
||||
/* padding: 30px 0; */
|
||||
}
|
||||
|
||||
.cta-cheap-rental {
|
||||
@ -6974,14 +6974,16 @@ input.main-search-input::placeholder {
|
||||
}
|
||||
|
||||
.testimonial-wrapper-2 .testimonial-single-items {
|
||||
display: flex;
|
||||
/* display: flex; */
|
||||
gap: 20px;
|
||||
/* border: 1px solid black; */
|
||||
border-bottom: 0.001px solid rgb(197, 195, 195);
|
||||
box-shadow: 0 5px 10px grey;
|
||||
background-color: white;
|
||||
/* border-bottom: 0.001px solid rgb(197, 195, 195); */
|
||||
/* box-shadow: 0 5px 10px grey; */
|
||||
/* background-color: white; */
|
||||
height: 250px;
|
||||
padding: 10px 20px;
|
||||
width: 70%;
|
||||
margin: auto;
|
||||
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
@ -7002,7 +7004,7 @@ input.main-search-input::placeholder {
|
||||
}
|
||||
.testimonial-wrapper-2 .testimonial-single-items .testimonial-img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
margin: auto;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
padding: 30px;
|
||||
@ -7010,8 +7012,8 @@ input.main-search-input::placeholder {
|
||||
object-fit: cover;
|
||||
border-radius: 50%;
|
||||
position: relative;
|
||||
margin-left: 20px;
|
||||
margin-top: 5px;
|
||||
/* margin-left: 20px;
|
||||
margin-top: 5px; */
|
||||
background-color: white;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
@ -7045,6 +7047,7 @@ input.main-search-input::placeholder {
|
||||
padding: 0 0 10px 0;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
text-align: center;
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.testimonial-wrapper-2 .testimonial-single-items .testimonial-content p {
|
||||
@ -7085,9 +7088,10 @@ input.main-search-input::placeholder {
|
||||
}
|
||||
.testimonial-wrapper-2 .testimonial-single-items .testimonial-content .name-job .job {
|
||||
color: var(--theme);
|
||||
margin: 0;
|
||||
/* margin: 0; */
|
||||
font-size: 14px;
|
||||
line-height: 1.6;
|
||||
text-align: center;
|
||||
font-weight: 500;
|
||||
}
|
||||
.testimonial-wrapper-2 .client-img-items {
|
||||
|
Reference in New Issue
Block a user