uses ems instead of px for font-size
diff --git a/templates/article.html b/templates/article.html
index c2ebab9..51131fe 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -5,9 +5,9 @@
<h3>Posted on {{ article.locale_date }}</h3>
</header>
<article>
- <h1 id="article_title">
+ <div id="article_title">
<a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a>
- </h1>
+ </div>
<div id="article_text">
{{ article.content }}