From 4c80551c856d1527f42420551a2656535f5a83aa Mon Sep 17 00:00:00 2001
From: lseidel <ls250@hdm-stuttgart.de>
Date: Sat, 13 Jan 2024 21:29:10 +0100
Subject: [PATCH] 13.01.2024 - created Landingpage Structure and created Navbar
 Component, TailwindConfig changes, Router #12

---
 sth-frontend/src/features/landingpage/components/Navbar.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sth-frontend/src/features/landingpage/components/Navbar.jsx b/sth-frontend/src/features/landingpage/components/Navbar.jsx
index d1c2c9b..55960be 100644
--- a/sth-frontend/src/features/landingpage/components/Navbar.jsx
+++ b/sth-frontend/src/features/landingpage/components/Navbar.jsx
@@ -40,7 +40,7 @@ const Navbar = () => {
                         {moonOrSunIcon}
                     </div>
                     <div className='flex flex-row items-center justify-start flex-shrink-0 relative gap-5'>
-                        <button className='rounded-3xl border-2 px-12 py-2 bg-lightGray text-darkGray'>
+                        <button className='rounded-3xl border-2 px-12 py-2 bg-lightGray text-darkGray hover:text-2xl'>
                             Create
                         </button>
                         <button className='rounded-3xl border-2 px-12 py-2'>
-- 
GitLab