accessibility improvements
This commit is contained in:
@@ -11,7 +11,7 @@ const { title, date } = Astro.props;
|
||||
|
||||
<div class="blog-header">
|
||||
<h2>{title}</h2>
|
||||
<h4>
|
||||
<h3 style={{ fontSize: "1.1rem" }}>
|
||||
{`🗓️ ${formatInTimeZone(new Date(date), "America/New_York", "MMM do, y")}`}
|
||||
</h4>
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user