From aeb523be1d5bb29e99951420d327e4bd236868b5 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 13 May 2022 08:35:03 -0400 Subject: [PATCH] Improve design of CTA Banner --- .../features/ui/components/cta-banner.tsx | 38 +++++++++++-------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/app/soapbox/features/ui/components/cta-banner.tsx b/app/soapbox/features/ui/components/cta-banner.tsx index a1b5a8d8c..9ecc9b6dc 100644 --- a/app/soapbox/features/ui/components/cta-banner.tsx +++ b/app/soapbox/features/ui/components/cta-banner.tsx @@ -12,23 +12,31 @@ const CtaBanner = () => { if (me || singleUserMode) return null; return ( -
-
- - - - - +
+
+
+ + + + + - - - - + + + + - - + + + + + + +
);