diff --git a/src/components/group/Groups.tsx b/src/components/group/Groups.tsx
index 64ce495..1454bd2 100644
--- a/src/components/group/Groups.tsx
+++ b/src/components/group/Groups.tsx
@@ -29,7 +29,7 @@ export default function Groups({ groups }: { groups: Group[] }) {
-
+
diff --git a/src/components/header/Header.tsx b/src/components/header/Header.tsx
index 7532c6c..f28c7e8 100644
--- a/src/components/header/Header.tsx
+++ b/src/components/header/Header.tsx
@@ -19,7 +19,7 @@ export default function Header({ isAdmin }: { isAdmin: boolean }) {
alt="logo"
width={200}
height={100}
- className={`${isAdmin && 'h-[75px] w-[200px] lg:h-[100px] lg:w-[300px]'} h-[50px] w-[100px] lg:h-[100px] lg:w-[200px]`}
+ className={`${isAdmin && 'h-[50px] w-[100px] lg:h-[100px] lg:w-[300px]'} h-[50px] w-[100px] lg:h-[100px] lg:w-[200px]`}
/>
{inAdminPage ? : }