From 02426697d7f8e137caad8336ea3cc146d64a0079 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 2 May 2022 17:35:55 -0500 Subject: [PATCH] Public pages style fixes --- app/soapbox/features/auth_layout/index.tsx | 6 +++--- app/soapbox/features/public_layout/components/header.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/soapbox/features/auth_layout/index.tsx b/app/soapbox/features/auth_layout/index.tsx index 283791ce9..7a0d39c71 100644 --- a/app/soapbox/features/auth_layout/index.tsx +++ b/app/soapbox/features/auth_layout/index.tsx @@ -23,7 +23,7 @@ const AuthLayout = () => {
-
+
{logo ? ( {siteTitle} @@ -37,8 +37,8 @@ const AuthLayout = () => {
-
-
+
+
diff --git a/app/soapbox/features/public_layout/components/header.tsx b/app/soapbox/features/public_layout/components/header.tsx index d01f37ebd..79253194e 100644 --- a/app/soapbox/features/public_layout/components/header.tsx +++ b/app/soapbox/features/public_layout/components/header.tsx @@ -71,7 +71,7 @@ const Header = () => {