From 58040d854974c1bb6b7f7c3f8067f8fd58443f81 Mon Sep 17 00:00:00 2001 From: RichardRNStudio Date: Mon, 19 Aug 2024 13:47:12 +0200 Subject: [PATCH] fix(#footer): fix footer for safeareaview & projects template alignments --- src/app/_components/Footer/Footer.tsx | 2 +- src/app/_components/Header/Header.tsx | 4 +++- src/app/projects/_components/Template/Template.tsx | 8 +++++++- tailwind.config.ts | 3 +++ 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/app/_components/Footer/Footer.tsx b/src/app/_components/Footer/Footer.tsx index 947c331..2384f58 100644 --- a/src/app/_components/Footer/Footer.tsx +++ b/src/app/_components/Footer/Footer.tsx @@ -3,7 +3,7 @@ import SocialLinks from '../SocialLinks/SocialLinks'; const Footer = () => (