Skip to content

Commit 2fd3850

Browse files
committed
Fix dates alignment using a monospace font
1 parent 9360525 commit 2fd3850

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/articles/_articles.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ <h1 class="m-2 p-2 inline-block font-bold text-2xl">{{ title }}</h1>
2424
RSS
2525
</a>
2626
</p>
27-
27+
2828
</th>
2929
<th></th>
3030
</tr>
3131
</thead>
3232
<tbody>
3333
{% for list_item in list %}
3434
<tr class="leading-10">
35-
<td class="w-1/6 p-0.5 pr-2 text-right dark:text-white">{{
35+
<td class="w-1/6 p-0.5 pr-2 text-right dark:text-white font-mono">{{
3636
list_item.date }}</td>
3737
<td class="w-4/6">
3838
<a class="

0 commit comments

Comments
 (0)