From 05433afaf09068ee822ca5019094740144318987 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Fri, 9 Feb 2018 15:55:58 -0500 Subject: [PATCH] Move wrapper styles to stylesheet --- index.html | 2 +- main.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f67aafb..f3083e4 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ -
+

write freely

It's now easier than ever to write and publish your words to the web. New lightweight, anonymous writing tools help you write freely and focus only on your words.

Each tool below is free and quick to use, no sign up required. Compare and try them out — maybe publish a long-form tweet, or a blog post without the blog. Once you've published, just share the link.

diff --git a/main.css b/main.css index 6c6a2d1..4abe6f6 100644 --- a/main.css +++ b/main.css @@ -5,6 +5,11 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } +#wrapper { + max-width: 700px; + margin: 0 auto; + padding: 0 2em 2em 2em; +} h1, h2, h3 { text-align: center; font-weight: normal;