From 209ec1c5d2d6e72c4323e1d056f4c15b142f9e1c Mon Sep 17 00:00:00 2001
From: Matt Kirby <MattJKirby@outlook.com>
Date: Sun, 16 Apr 2023 23:14:29 +0100
Subject: [PATCH] modified stylings for register page

---
 daily-thought-frontend/src/pages/register.tsx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/daily-thought-frontend/src/pages/register.tsx b/daily-thought-frontend/src/pages/register.tsx
index 079f32e5..577e7d7b 100644
--- a/daily-thought-frontend/src/pages/register.tsx
+++ b/daily-thought-frontend/src/pages/register.tsx
@@ -42,8 +42,7 @@ const Register = () => {
 
  return (
     <>
-      <div className="flex min-h-full items-center justify-center px-4 py-12 sm:px-6 lg:px-8">
-       
+      <div className="flex min-h-full items-center justify-center px-4 py-12 sm:px-6 lg:px-8"> 
         <div className="w-full max-w-md space-y-2">
             <h2 className="mt-6 text-center text-3xl font-bold tracking-tight text-gray-900">
               Create an account
-- 
GitLab