From b7d67fbd60e2f7eb3c2cb3395ce8637905e37bc0 Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Wed, 4 Jun 2025 21:37:53 +0530 Subject: [PATCH] chore: better font Signed-off-by: Ameya Shenoy --- frontend/src/app/globals.css | 2 +- frontend/src/components/NameComponent.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index ccba2db..bbf8460 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -123,7 +123,7 @@ @layer utilities { .text-fluid { - font-size: 13vw; + font-size: 14.5vw; white-space: nowrap; box-sizing: border-box; } diff --git a/frontend/src/components/NameComponent.tsx b/frontend/src/components/NameComponent.tsx index f8b6c53..8b5bd67 100644 --- a/frontend/src/components/NameComponent.tsx +++ b/frontend/src/components/NameComponent.tsx @@ -7,7 +7,7 @@ export function NameComponent() { const { theme } = useTheme(); return ( -
+

Ameya