From 906c660f45c0dfbc05f66d7c88cd7f70f506751a Mon Sep 17 00:00:00 2001 From: beerose Date: Tue, 18 Apr 2023 11:18:21 -0400 Subject: [PATCH] fix footer alignment --- src/components/Conf/Footer/index.tsx | 32 +++++++++++------------ src/components/Conf/SocialIcons/index.tsx | 2 +- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/src/components/Conf/Footer/index.tsx b/src/components/Conf/Footer/index.tsx index 5d4661910b..f98c113bd0 100644 --- a/src/components/Conf/Footer/index.tsx +++ b/src/components/Conf/Footer/index.tsx @@ -53,23 +53,21 @@ const FooterConf = () => { ))} -
-
-

- Copyright © {`${new Date().getFullYear()}`} The GraphQL Foundation. - All rights reserved. -
- For web site terms of use, trademark policy and general project - policies please see  - - https://lfprojects.org - - . -

- - - -
+
+

+ Copyright © {`${new Date().getFullYear()}`} The GraphQL Foundation. + All rights reserved. +
+ For web site terms of use, trademark policy and general project + policies please see  + + https://lfprojects.org + + . +

+ + +
) diff --git a/src/components/Conf/SocialIcons/index.tsx b/src/components/Conf/SocialIcons/index.tsx index d31091706e..cc4c67a473 100644 --- a/src/components/Conf/SocialIcons/index.tsx +++ b/src/components/Conf/SocialIcons/index.tsx @@ -7,7 +7,7 @@ const SocialIcons = () => { return ( <>