force 404 page message to center
[disinclined.org.git] / 404.html
1 ---
2 permalink: /404.html
3 layout: default
4 ---
5
6
7 <style type="text/css" media="screen">
8 #site-title {
9 display: none;
10 }
11 .container {
12 margin: 10px auto;
13 max-width: 600px;
14 text-align: center;
15 font-size: 4em;
16 }
17 #wrapper {
18 margin: auto;
19 }
20 </style>
21
22 <div class="container">
23 <h1>sorry</h1>
24 <p>can't find that. maybe try <a href='/'>here</a>?</p>
25 </div>