From 1e009091dcdafc6c1b48a4034a1b64ebc27b86d7 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Mon, 9 Oct 2023 08:37:19 -0300 Subject: [PATCH] fix footer responsiveness --- docs/src/components/footer/EmailSubscribe.tsx | 34 ++----------------- docs/src/layouts/AppFooter.tsx | 8 +++-- 2 files changed, 7 insertions(+), 35 deletions(-) diff --git a/docs/src/components/footer/EmailSubscribe.tsx b/docs/src/components/footer/EmailSubscribe.tsx index a53a5e9131bcb3..c779be1f343f72 100644 --- a/docs/src/components/footer/EmailSubscribe.tsx +++ b/docs/src/components/footer/EmailSubscribe.tsx @@ -100,6 +100,7 @@ export default function EmailSubscribe({ sx }: { sx?: SxProps }) { }) { }), ]} /> - diff --git a/docs/src/layouts/AppFooter.tsx b/docs/src/layouts/AppFooter.tsx index 4d11ad1a5e130e..b6d0acf7e4b312 100644 --- a/docs/src/layouts/AppFooter.tsx +++ b/docs/src/layouts/AppFooter.tsx @@ -143,10 +143,12 @@ export default function AppFooter(props: AppFooterProps) { - +