made header
This commit is contained in:
@@ -197,7 +197,12 @@
|
||||
transform: scale(1.1);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:768px) {
|
||||
.header-1 .header-main .header-left{
|
||||
margin-left: 20px !important;
|
||||
}
|
||||
|
||||
}
|
||||
.header-1 .header-main .header-left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -216,7 +221,8 @@
|
||||
@media (max-width: 768px) {
|
||||
.logo {
|
||||
position: absolute; /* Or fixed if you want it to stay while scrolling */
|
||||
|
||||
width: 100px !important;
|
||||
height: 43px !important;
|
||||
right: 1px; /* Position it on the right side */
|
||||
z-index: 10; /* Ensure it's on top of other content */
|
||||
}
|
||||
|
@@ -6020,6 +6020,13 @@ input.main-search-input::placeholder {
|
||||
padding: 0 30px;
|
||||
}
|
||||
}
|
||||
@media (max-width:768px) {
|
||||
.car-slider-wrapper .car-slider-image{
|
||||
height: 220px !important;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
.car-slider-wrapper .car-slider-image{
|
||||
height: 150px;
|
||||
object-fit: cover;
|
||||
@@ -6028,6 +6035,7 @@ input.main-search-input::placeholder {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 10px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.car-list-items {
|
||||
|
Reference in New Issue
Block a user