From 365cbbc9be7b659607cbd3fd59fd5a00038e589d Mon Sep 17 00:00:00 2001 From: Nathan Arthur Date: Wed, 4 Jun 2025 11:03:32 -0400 Subject: [PATCH] add favicon --- src/layouts/Layout.astro | 207 +++++++++++++++++++++------------------ 1 file changed, 112 insertions(+), 95 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 17c1db5..7f08404 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,108 +1,125 @@ --- -import '../styles/global.css'; +import "../styles/global.css"; --- - - - - - - - - - TaskRatchet - The Todo List You Won't Ignore - - - - - - + .container { + max-width: 1600px; + margin: 0 auto; + padding: 0 3rem; + } + + + + + +