diff --git a/frontend/src/routes/frontpage/components/loginpage.tsx b/frontend/src/routes/frontpage/components/loginpage.tsx
index 0a1e5ba14d0226ebe505cfc4e9b0197dbb2be72f..79d2f554f6264e635a20305b4bd9ff44579b8001 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 f65303235534871656a6a411af8b38d2544ae7b1..61baa152a2eaaf432997dcf3b36856bf690abd47 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',
         }}