From 20d842013079b749b1c66cb37d70ccbdb73116c9 Mon Sep 17 00:00:00 2001
From: Sivert Kronen Hatteberg <skh@uio.no>
Date: Wed, 15 Dec 2021 13:24:32 +0100
Subject: [PATCH] Fix login box spacing

---
 frontend/src/routes/frontpage/components/loginpage.tsx | 2 +-
 frontend/src/routes/invite/index.tsx                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/frontend/src/routes/frontpage/components/loginpage.tsx b/frontend/src/routes/frontpage/components/loginpage.tsx
index 0a1e5ba1..79d2f554 100644
--- a/frontend/src/routes/frontpage/components/loginpage.tsx
+++ b/frontend/src/routes/frontpage/components/loginpage.tsx
@@ -33,7 +33,7 @@ export default function LoginPage() {
       <Container
         sx={{
           display: 'flex',
-          justifyContent: 'space-around',
+          justifyContent: 'space-between',
           flexDirection: { xs: 'column', md: 'row' },
           alignItems: 'center',
         }}
diff --git a/frontend/src/routes/invite/index.tsx b/frontend/src/routes/invite/index.tsx
index f6530323..61baa152 100644
--- a/frontend/src/routes/invite/index.tsx
+++ b/frontend/src/routes/invite/index.tsx
@@ -18,7 +18,7 @@ function ChooseRegistrationMethod() {
       <Container
         sx={{
           display: 'flex',
-          justifyContent: 'space-around',
+          justifyContent: 'space-between',
           flexDirection: { xs: 'column', md: 'row' },
           alignItems: 'center',
         }}
-- 
GitLab