diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index 5b40d10..73cdbb0 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -8,7 +8,7 @@ const Navbar = () => {
diff --git a/src/components/navbar.module.css b/src/components/navbar.module.css
index 420e359..0813ecf 100644
--- a/src/components/navbar.module.css
+++ b/src/components/navbar.module.css
@@ -37,7 +37,7 @@
.title {
- font-size: 14px;
+ font-size: 30px;
color: rgb(59, 61, 65);
letter-spacing: 0.03em;
font-weight: 650;
@@ -51,7 +51,7 @@
}
.link {
- font-size: 14px;
+ font-size: 30px;
color: rgb(59, 61, 65);
letter-spacing: -0.01em;
font-weight: 650;