From fa8be84a310d0074bc88bef15520f57294bcfce4 Mon Sep 17 00:00:00 2001 From: tfsojon Date: Sun, 17 Mar 2024 16:51:33 +0600 Subject: [PATCH] FIXED: Footer alignment issue in large screen --- src/app/layout.tsx | 5 ++++- src/layouts/helpers/TwSizeIndicator.tsx | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4513c858..fc92fdeb 100755 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -55,7 +55,10 @@ export default function RootLayout({ /> - +
diff --git a/src/layouts/helpers/TwSizeIndicator.tsx b/src/layouts/helpers/TwSizeIndicator.tsx index 839be75b..075e7dfa 100755 --- a/src/layouts/helpers/TwSizeIndicator.tsx +++ b/src/layouts/helpers/TwSizeIndicator.tsx @@ -1,7 +1,7 @@ const TwSizeIndicator = () => { if (process.env.NODE_ENV === "development") { return ( -
+
all sm md