Commit b18a0350 by Ravindra Kanojiya

updated responsive

1 parent 9d9d0d3f
...@@ -134,7 +134,7 @@ const Footer = () => { ...@@ -134,7 +134,7 @@ const Footer = () => {
{/* Bottom bar */} {/* Bottom bar */}
<div className="footer-bottom py-3"> <div className="footer-bottom py-3">
<Container className="custom_container d-flex flex-column flex-md-row justify-content-between align-items-center"> <Container className="custom_container d-flex flex-column flex-md-row justify-content-between align-items-center">
<span>Copyright ©2025 Akruti Luxe. All rights reserved.</span> <span className="copyright">Copyright ©2025 Akruti Luxe. All rights reserved.</span>
<div className="social-icons d-flex gap-3 mt-3 mt-md-0"> <div className="social-icons d-flex gap-3 mt-3 mt-md-0">
<Link href="https://linkedin.com" target="_blank"> <Link href="https://linkedin.com" target="_blank">
<i class="fa-brands fa-linkedin"></i> <i class="fa-brands fa-linkedin"></i>
......
...@@ -12,7 +12,7 @@ import Head from "next/head"; ...@@ -12,7 +12,7 @@ import Head from "next/head";
title: "Banner", title: "Banner",
} }
]; ];
console.log("bannerData113", bannerData) // console.log("bannerData113", bannerData)
const breadcrumbData = [ const breadcrumbData = [
{ {
href: "/", href: "/",
......
...@@ -8,7 +8,7 @@ const SubCategoryPage = () => { ...@@ -8,7 +8,7 @@ const SubCategoryPage = () => {
const router = useRouter(); const router = useRouter();
const { category, subCategory } = router.query; const { category, subCategory } = router.query;
console.log('subCategory',subCategory) // console.log('subCategory',subCategory)
if (!router.isReady) return null; if (!router.isReady) return null;
const categoryData = collectionsData.find( const categoryData = collectionsData.find(
......
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
border: 1px solid rgba(255, 255, 255, 0.5) !important; border: 1px solid rgba(255, 255, 255) !important;
} }
.hm-swpr-btn path { .hm-swpr-btn path {
fill: rgba(255, 255, 255, 0.5); fill: rgba(255, 255, 255);
} }
/* ===== Banner ===== */ /* ===== Banner ===== */
...@@ -201,6 +201,8 @@ ...@@ -201,6 +201,8 @@
.homeBannerSwiper .swiper-pagination-bullet { .homeBannerSwiper .swiper-pagination-bullet {
border: 1px solid #fff; border: 1px solid #fff;
width: 12px;
height: 12px;
} }
/* ===Collection Slider=== */ /* ===Collection Slider=== */
...@@ -474,6 +476,8 @@ input:focus-visible { ...@@ -474,6 +476,8 @@ input:focus-visible {
} }
.project-card img { .project-card img {
overflow: hidden; overflow: hidden;
width: 100%;
height: 100%;
/* border-radius: 15px; */ /* border-radius: 15px; */
} }
.project-section button.cust-swiper-button-prev { .project-section button.cust-swiper-button-prev {
...@@ -624,6 +628,7 @@ input:focus-visible { ...@@ -624,6 +628,7 @@ input:focus-visible {
} }
.homeBannerSwiper{ .homeBannerSwiper{
margin-top: 3.7rem; margin-top: 3.7rem;
height: calc(100vh - 58px);
} }
.filter-btn { .filter-btn {
display: inline-flex; display: inline-flex;
...@@ -669,7 +674,9 @@ input:focus-visible { ...@@ -669,7 +674,9 @@ input:focus-visible {
filter: grayscale(0%); filter: grayscale(0%);
-webkit-filter: grayscale(0%); -webkit-filter: grayscale(0%);
} }
.copyright{
font-size: 14px;
}
@media only screen and (max-width: 1023px) { @media only screen and (max-width: 1023px) {
} }
...@@ -761,6 +768,10 @@ input:focus-visible { ...@@ -761,6 +768,10 @@ input:focus-visible {
} }
/* ===Media query==== */ /* ===Media query==== */
@media (max-width: 767px) { @media (max-width: 767px) {
.homeBannerSwiper {
margin-top: 66px;
height: calc(100vh - 125px);
}
.form-check-label{ .form-check-label{
font-size: 12px; font-size: 12px;
} }
......
...@@ -269,6 +269,7 @@ footer h6 { ...@@ -269,6 +269,7 @@ footer h6 {
footer a, footer a,
li { li {
color: #0f0f0f !important; color: #0f0f0f !important;
font-size: 14px;
} }
.social-icons a { .social-icons a {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!