mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Updated styling on writing page
This commit is contained in:
parent
b58f0a4338
commit
c637fdf33b
@ -19,7 +19,7 @@ function Article({article}: { article: Article }) {
|
||||
as="time"
|
||||
dateTime={article.date}
|
||||
decorate={false}
|
||||
className="flex-shrink-0 md:order-last md:mb-0"
|
||||
className="flex-shrink-0 md:order-last mb-3 md:mb-0"
|
||||
>
|
||||
{formatDate(article.date)}
|
||||
</Card.Eyebrow>
|
||||
|
Loading…
Reference in New Issue
Block a user