From 4d3567287a36f0a0a86878672a99b32db75df0cc Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Fri, 21 Nov 2025 12:54:33 +0000 Subject: [PATCH] style: fix overflow home page --- src/pages/home.tsx | 14 ++++++++------ src/templates/MainTemplate.tsx | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/pages/home.tsx b/src/pages/home.tsx index 9548fb6..194ce27 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -5,7 +5,7 @@ export default function Home() { <>
-
+
@@ -13,17 +13,19 @@ export default function Home() {

- Hi,{" "} + Eólas is my technical knowledge management system, or "second-brain", + comprising notes from the study of software engineering and computer + science. +

+ +

- I'm Thomas + Who am I? - , Eólas is my technical knowledge management system, or - "second-brain", comprising notes from the study of software - engineering and computer science.{" "}

diff --git a/src/templates/MainTemplate.tsx b/src/templates/MainTemplate.tsx index 46a4f7f..47bb9d5 100644 --- a/src/templates/MainTemplate.tsx +++ b/src/templates/MainTemplate.tsx @@ -10,7 +10,7 @@ export default function MainTemplate({ children, pageTitle }) { -
{children}
+
{children}