From 54ca06281034dcc1c65ac150ec83ad503a034ce5 Mon Sep 17 00:00:00 2001 From: "alumno26.melgarejo.juan@ipm.edu.ar" Date: Mon, 13 Apr 2026 14:47:01 -0300 Subject: [PATCH] fix: increase navbar title font size to improve visibility (closes #114) --- src/components/Navbar.tsx | 2 +- src/components/navbar.module.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;