From d79e692819cae17999d20deae96c8e13a70145b0 Mon Sep 17 00:00:00 2001 From: Aeonoi Date: Thu, 24 Oct 2024 18:25:00 -0400 Subject: [PATCH] style(style): fix weird text on small devices --- components/about.tsx | 4 ++-- components/navbar.tsx | 6 ++++-- components/projects.tsx | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/components/about.tsx b/components/about.tsx index 2cc04d1..4224f84 100644 --- a/components/about.tsx +++ b/components/about.tsx @@ -4,9 +4,9 @@ import Background from "./background"; const About: React.FC = () => { return (
- + {/*
*/} -
+

Hi, I'm Dylan

diff --git a/components/navbar.tsx b/components/navbar.tsx index 3eeec6f..7b98fa2 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -5,8 +5,10 @@ const Navbar: React.FC = () => {