From ade04e11adddf8dae3f51da1f1d09c4a44ea8459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20S=C3=A1nchez=20Ortega?= Date: Sat, 19 Dec 2020 16:58:04 +0100 Subject: [PATCH] Basic templates: max width, inheritable
--- templates/basic/html.hbs | 4 +++- templates/basic/inherited.hbs | 8 +++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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 }}} - \ No newline at end of file + diff --git a/templates/basic/inherited.hbs b/templates/basic/inherited.hbs index 5fa591e..ad3a6bf 100644 --- a/templates/basic/inherited.hbs +++ b/templates/basic/inherited.hbs @@ -1,6 +1,4 @@ - -
- - +
+ {{name}} inherited from {{{type ancestor}}}
{{{inherited}}}
-
+