Commit 3201e4ab by Ravindra Kanojiya

updated

1 parent 7209026c
......@@ -367,6 +367,7 @@ header {
}
.header-search .rbt .rbt-input-main {
padding-right: 2.5rem;
font-size: 0.833vw;
}
.header-search > .form-control {
font-size: 0.833vw;
......@@ -2946,7 +2947,7 @@ input[type="number"]::-webkit-outer-spin-button {
position: absolute;
left: 0;
width: 107%;
margin-left: -45px;
margin-left: -2.5vw;
}
.swiper-nav {
......@@ -3779,6 +3780,13 @@ img:hover {
}
}
@media (max-width: 1023px) {
.swiper-nav, .home_nav {
margin-left: -33px;
}
.top-btn {
margin-bottom: 1rem;
margin-top: 1rem;
}
.swiper-nav,
.home_nav {
margin-left: -25px;
......@@ -3826,6 +3834,12 @@ img:hover {
}
@media (max-width: 767px) {
.sub-categories {
margin-bottom: 1rem;
}
.header-search .rbt .rbt-input-main {
font-size: 1rem;
}
.gift-card-amt ul li a,
.gift-card-amt ul li label {
min-width: 40vw;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!