From a034f3f58f2bb10e5c234905af8321ea3955c7a2 Mon Sep 17 00:00:00 2001 From: Paulus Date: Fri, 26 Jun 2026 21:45:36 +0100 Subject: [PATCH] font size fix for chrome --- README.md | 2 +- src/styles/App.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59ef7dc..fde39c0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Portfolio for Paul Hughes -This is private repo nobody else will ever see unless I share it. +This site is going to be revamped soon diff --git a/src/styles/App.css b/src/styles/App.css index e9fa85b..d888278 100644 --- a/src/styles/App.css +++ b/src/styles/App.css @@ -6,6 +6,7 @@ html { scroll-behavior: smooth; + font-size: 16px; } html, body {