From a3853e97feed66b6b1af66eb4bcf3834aee2c1c0 Mon Sep 17 00:00:00 2001 From: Ryan Malani Date: Thu, 12 Oct 2023 03:54:07 -0400 Subject: [PATCH 1/2] small fixes for mobile (#23) * fix: font size overflows contact boxes on mobile * fix: navigation header overlaps with page heading * chore: added x margin and swapped to word break for cleaner look --- app/contact/page.tsx | 2 +- app/page.tsx | 8 ++++---- app/projects/page.tsx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/contact/page.tsx b/app/contact/page.tsx index 72043d7..e487d6e 100644 --- a/app/contact/page.tsx +++ b/app/contact/page.tsx @@ -46,7 +46,7 @@ export default function Example() { {s.icon} {" "}
- + {s.handle} diff --git a/app/page.tsx b/app/page.tsx index 6055bc4..3250dcb 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -11,7 +11,7 @@ export default function Home() { return (