From 4b256563b4f6e2fca2b0784299502b4008cc19af Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 16 Oct 2023 09:26:57 +0200 Subject: [PATCH] chore: update content; ignore temp files --- .gitignore | 3 +++ src/pages/index.html | 9 +++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2d6b407..950cc0a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ node_modules .output .env dist +*~ +*swp +*swo diff --git a/src/pages/index.html b/src/pages/index.html index f107c4f..a05f845 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -37,7 +37,10 @@ header, main, footer { padding: 0.5em 1em; } - + main { + max-width: 35em; + margin: 0 auto; + } @@ -49,7 +52,7 @@

- McFly is a full-stack web framework that grows with you. + McFly is a full-stack no-framework framework that assists developers in leveraging the web platform.

Start at the very basic of @@ -67,7 +70,9 @@

Read more on GitHub.