diff --git a/index.html b/index.html index f67aafb..f3083e4 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@
-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;