From 55c3de196b5e57fc42faee97092490d1738cb136 Mon Sep 17 00:00:00 2001 From: selvi Date: Sat, 26 Jul 2025 21:24:38 +0530 Subject: [PATCH] footer padding added --- components/layout/footer/Footer1.tsx | 2 +- public/assets/css/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/layout/footer/Footer1.tsx b/components/layout/footer/Footer1.tsx index fccbc62..7ee5f01 100644 --- a/components/layout/footer/Footer1.tsx +++ b/components/layout/footer/Footer1.tsx @@ -42,7 +42,7 @@ export default function Footer1() {
-
+

Quick Links

  • Tamil Culture
  • diff --git a/public/assets/css/main.css b/public/assets/css/main.css index 7b84421..f8bdb51 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -7085,7 +7085,7 @@ Location: @media only screen and (min-width: 768px) and (max-width: 991px) { .footer1-sertion-area .link-content { - padding: 0; + padding: 30px; } }