Move wrapper styles to stylesheet

This commit is contained in:
Matt Baer 2018-02-09 15:55:58 -05:00
parent 6205f23627
commit 05433afaf0
2 changed files with 6 additions and 1 deletions

View File

@ -24,7 +24,7 @@
</head>
<body>
<div style="max-width: 700px; margin: 0 auto; padding: 0 2em 2em 2em;">
<div id="wrapper">
<h1>write freely</h1>
<p class="intro">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.</p>
<p class="intro">Each tool below is free and quick to use, no sign up required. Compare and try them out &mdash; maybe publish a long-form tweet, or a blog post without the blog. Once you've published, just share the link.</p>

View File

@ -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;