diff --git a/src/components/Footer/Footer.module.scss b/src/components/Footer/Footer.module.scss index e1dbea5..cf7386c 100644 --- a/src/components/Footer/Footer.module.scss +++ b/src/components/Footer/Footer.module.scss @@ -5,6 +5,6 @@ display: flex; align-items: center; - justify-content: space-between; + justify-content: center; @media print { display: none; diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 6ceb727..7480298 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -17,18 +17,11 @@ const Footer = async ({ isSmall }: FooterProps) => { return isRunningInApp ? null // Cannot show external donation link in an Android app : }