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