From fab40535895c4468f8e65fea05902bf056dd948c Mon Sep 17 00:00:00 2001 From: Kazi Tanvirul Islam Sakib Date: Thu, 19 Dec 2024 19:24:56 +0000 Subject: [PATCH] Enhance layout and responsiveness of header, footer, and site header components; adjust spacing and visibility for improved user experience --- src/app/layout.tsx | 2 +- src/components/layouts/footer.tsx | 2 +- src/components/layouts/header.tsx | 74 +++++++++++++------------- src/components/layouts/site-header.tsx | 10 ++-- 4 files changed, 46 insertions(+), 42 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 45de8a1..7ab5df2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,7 +17,7 @@ export default function RootLayout({ return ( - + {children} diff --git a/src/components/layouts/footer.tsx b/src/components/layouts/footer.tsx index c1c920f..9d6e98a 100644 --- a/src/components/layouts/footer.tsx +++ b/src/components/layouts/footer.tsx @@ -194,7 +194,7 @@ export function SiteFooter() { function DownloadButtons() { return ( -
+
{
-