accessibility improvements

This commit is contained in:
2023-01-07 19:22:54 -05:00
parent de2d473bad
commit eda778abf9
3 changed files with 9 additions and 3 deletions
+2 -2
View File
@@ -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>