diff --git a/public/assets/css/main.css b/public/assets/css/main.css index 5a18269..70a4094 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -4350,7 +4350,7 @@ p.banner-text { .news-area .col-lg-8 { width: 100%; order: 1; - margin-bottom: 50px; + /* margin-bottom: 50px; */ } .blog-details-area .col-lg-4, diff --git a/src/app/globals.css b/src/app/globals.css index 3044583..c0b6073 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -10861,10 +10861,11 @@ body { @media (max-width: 424px) { .contact-area .contact-info-item .icon { - width: 0px; - height: 0px; - margin-right: 20px; - font-size: 16px; + width: 50px; + height: 50px; + min-width: 50px; + margin-right: 15px; + font-size: 18px; } .about-three__card__exp { @@ -12001,7 +12002,7 @@ body { @media (max-width: 500px) { .contact-area .contact-info-item .content h6 { - font-size: 16px; + font-size: 14px; } .faq-one__card { @@ -13585,4 +13586,10 @@ body { .tagcloud a:hover { background-color: #3779b9; color: #ffffff; +} + +@media (max-width: 767px) { + .video-three .video-three__inner { + margin-top: -50px; + } } \ No newline at end of file diff --git a/src/components/blog/BlogDetails.tsx b/src/components/blog/BlogDetails.tsx index 2ff1ec6..aaaecf9 100644 --- a/src/components/blog/BlogDetails.tsx +++ b/src/components/blog/BlogDetails.tsx @@ -52,7 +52,7 @@ const BlogDetails = ({ blog }: BlogDetailsProps) => { {/* Render the full HTML content from description */}
diff --git a/src/components/blog/BlogSidebar.tsx b/src/components/blog/BlogSidebar.tsx index c8e8e2d..c1e660d 100644 --- a/src/components/blog/BlogSidebar.tsx +++ b/src/components/blog/BlogSidebar.tsx @@ -164,7 +164,7 @@ const BlogSidebar = ({
{/* Categories Widget */} -
+

{excludeSlug ? "Blog Related Category" : "Categories"}

diff --git a/src/components/contact/ContactSection.tsx b/src/components/contact/ContactSection.tsx index 65104d9..b14e0a4 100644 --- a/src/components/contact/ContactSection.tsx +++ b/src/components/contact/ContactSection.tsx @@ -105,7 +105,7 @@ const ContactSection = () => {
-
+
@@ -114,7 +114,7 @@ const ContactSection = () => {
-
+
@@ -123,7 +123,7 @@ const ContactSection = () => {
-
+
diff --git a/src/components/home/AboutThree.tsx b/src/components/home/AboutThree.tsx index 61dcf6e..bf095c5 100644 --- a/src/components/home/AboutThree.tsx +++ b/src/components/home/AboutThree.tsx @@ -79,7 +79,7 @@ const AboutThree = () => {

Years Experience

-
+
  • diff --git a/src/components/home/PortfolioSection.tsx b/src/components/home/PortfolioSection.tsx index 44eede1..9e2da8e 100644 --- a/src/components/home/PortfolioSection.tsx +++ b/src/components/home/PortfolioSection.tsx @@ -173,9 +173,9 @@ function PortfolioLightbox({ item, onClose }: { item: any; onClose: () => void }
    e.stopPropagation()}> {item.alt -
    + {/*

    {item.name}

    -
    +
    */}
    );