Skip to content

Commit 3b4b017

Browse files
authored
Merge pull request #63 from coderdojo-japan/fix/post-heading
記事ページにある見出しのレイアウトを修正
2 parents b415c3e + df7b264 commit 3b4b017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44
{% include navbar.html %}
55

6-
<h2 class="max-w-4xl mx-auto text-4xl text-center mb-2 mt-30 px-8 xl:mt-15">
6+
<h2 class="mx-auto text-4xl text-center mb-2 mt-30 px-4 sm:px-8 xl:mt-15">
77
{{ page.title }}
88
<span class="block mt-5 text-2xl">{{ page.subtitle | upcase }}</span>
99
</h2>

0 commit comments

Comments
 (0)