uses ems instead of px for font-size
diff --git a/templates/index.html b/templates/index.html
index 4615f85..b7e9586 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -10,9 +10,9 @@
</header>
{% for article in articles_page.object_list %}
<article>
- <h1 id="article_title">
+ <div id="article_title">
<a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title }}">{{ article.title }}</a>
- </h1>
+ </div>
<div id="article_text">
{{ article.summary }}
</div>