Skip to content

Commit 1f3a71a

Browse files
committed
日付とタグの位置が揃うように調整
1 parent e2d8cfa commit 1f3a71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/news.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permalink: /news
1212
{% for post in news %}
1313
<li class="py-4">
1414
<a href="{{ post.url }}">
15-
<div class="flex gap-x-2">
15+
<div class="flex items-center gap-x-2">
1616
<time class="text-sm text-gray-600">{{ post.date | date:"%Y.%-m.%-d" }}</time>
1717
<span class="block min-w-24 text-center px-4 py-px rounded-xs bg-[#cc8f2e] text-white">{{ post.tags }}</span>
1818
</div>

0 commit comments

Comments
 (0)