Skip to content

Commit 4576de4

Browse files
committed
スマホレイアウトではより少ない margin にした
1 parent e5cf6b9 commit 4576de4

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
@@ -8,6 +8,6 @@ <h2 class="max-w-4xl mx-auto text-4xl text-center mb-2 mt-30 px-8 xl:mt-15">
88
<span class="block mt-5 text-2xl">{{ page.subtitle | upcase }}</span>
99
</h2>
1010

11-
<div class="max-w-4xl mx-auto px-8 post-content my-8">
11+
<div class="max-w-4xl mx-auto px-4 sm:px-8 post-content my-8">
1212
{{ content | markdownify }}
1313
</div>

0 commit comments

Comments
 (0)