mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-11 02:09:10 -06:00
Use proper short month, increase day leading size
This commit is contained in:
@@ -14,10 +14,10 @@ const { url, date, title, tags, description } = Astro.props;
|
||||
<a href={url}>
|
||||
<time datetime={date.toISOString()}>
|
||||
<span class="month">
|
||||
{ date.getMonth() }
|
||||
{ date.toLocaleDateString("en-US", {month: "short"}) }
|
||||
</span>
|
||||
<br>
|
||||
<span class="date">
|
||||
<span class="text-[2em] leading-7">
|
||||
{ date.getDay() }
|
||||
</span>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user