don’t center blog post titles on mobiles
This commit is contained in:
parent
3061720501
commit
a4eee86fdb
|
@ -1,5 +1,5 @@
|
|||
<article>
|
||||
<h2 class="center-on-mobiles">
|
||||
<h2>
|
||||
<a href="{{ post.url }}">
|
||||
{{ post.title }}
|
||||
</a>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue