diff --git a/templates/basic/html.hbs b/templates/basic/html.hbs
index 899dc77..c872d0f 100644
--- a/templates/basic/html.hbs
+++ b/templates/basic/html.hbs
@@ -19,6 +19,8 @@
}
body {
font-family: Sans;
+ max-width: 50em;
+ margin: auto;
}
@@ -27,4 +29,4 @@
{{{ body }}}
-