From 3d9d6583598b136656e5992a6eb3e51419fea54b Mon Sep 17 00:00:00 2001
From: Noel Simbolon <84700640+noelsimbolon@users.noreply.github.com>
Date: Fri, 17 Nov 2023 03:21:31 +0700
Subject: [PATCH] style: margin fix

---
 src/layouts/AnonymousLayout.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/layouts/AnonymousLayout.tsx b/src/layouts/AnonymousLayout.tsx
index 82adf2e..8847ea6 100644
--- a/src/layouts/AnonymousLayout.tsx
+++ b/src/layouts/AnonymousLayout.tsx
@@ -8,10 +8,10 @@ const AnonymousLayout = () => {
       <Toaster />
       <div className="flex">
         <div className="flex flex-col justify-between bg-neutral-900 h-screen w-1/2">
-          <div className="m-5">
+          <div className="m-10">
             <img src={logo} alt="Tonality Logo"></img>
           </div>
-          <div className="m-5">
+          <div className="m-10">
             <p className="text-neutral-100">
               "Music is the universal language that transcends borders,
               cultures, and time, speaking to the very core of our humanity,
-- 
GitLab