Commit b18a0350 by Ravindra Kanojiya

updated responsive

1 parent 9d9d0d3f
......@@ -134,7 +134,7 @@ const Footer = () => {
{/* Bottom bar */}
<div className="footer-bottom py-3">
<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">
<Link href="https://linkedin.com" target="_blank">
<i class="fa-brands fa-linkedin"></i>
......
......@@ -12,7 +12,7 @@ import Head from "next/head";
title: "Banner",
}
];
console.log("bannerData113", bannerData)
// console.log("bannerData113", bannerData)
const breadcrumbData = [
{
href: "/",
......
......@@ -8,7 +8,7 @@ const SubCategoryPage = () => {
const router = useRouter();
const { category, subCategory } = router.query;
console.log('subCategory',subCategory)
// console.log('subCategory',subCategory)
if (!router.isReady) return null;
const categoryData = collectionsData.find(
......
......@@ -14,10 +14,10 @@
display: flex;
align-items: 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 {
fill: rgba(255, 255, 255, 0.5);
fill: rgba(255, 255, 255);
}
/* ===== Banner ===== */
......@@ -201,6 +201,8 @@
.homeBannerSwiper .swiper-pagination-bullet {
border: 1px solid #fff;
width: 12px;
height: 12px;
}
/* ===Collection Slider=== */
......@@ -474,6 +476,8 @@ input:focus-visible {
}
.project-card img {
overflow: hidden;
width: 100%;
height: 100%;
/* border-radius: 15px; */
}
.project-section button.cust-swiper-button-prev {
......@@ -624,6 +628,7 @@ input:focus-visible {
}
.homeBannerSwiper{
margin-top: 3.7rem;
height: calc(100vh - 58px);
}
.filter-btn {
display: inline-flex;
......@@ -669,7 +674,9 @@ input:focus-visible {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
}
.copyright{
font-size: 14px;
}
@media only screen and (max-width: 1023px) {
}
......@@ -761,6 +768,10 @@ input:focus-visible {
}
/* ===Media query==== */
@media (max-width: 767px) {
.homeBannerSwiper {
margin-top: 66px;
height: calc(100vh - 125px);
}
.form-check-label{
font-size: 12px;
}
......
......@@ -269,6 +269,7 @@ footer h6 {
footer a,
li {
color: #0f0f0f !important;
font-size: 14px;
}
.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!