mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-29 16:58:01 -05:00
don’t center blog post titles on mobiles
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user