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.