don’t center blog post titles on mobiles

This commit is contained in:
Coby Chapple 2013-07-08 19:41:26 +01:00
parent 3061720501
commit a4eee86fdb
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<article>
<h2 class="center-on-mobiles">
<h2>
<a href="{{ post.url }}">
{{ post.title }}
</a>

View File

@ -3,7 +3,7 @@ layout: news
---
<article>
<h2 class="center-on-mobiles">
<h2>
{{ page.title }}
<a href="{{ page.url }}" class="permalink" title="Permalink"></a>
</h2>