From 12c1b301da18597e5c849883474921b5d12400a7 Mon Sep 17 00:00:00 2001 From: r-freeman Date: Fri, 6 Jan 2023 22:33:20 +0000 Subject: [PATCH] Update writing page --- src/components/Card.jsx | 2 +- src/pages/writing/index.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Card.jsx b/src/components/Card.jsx index ab14539..3f6887f 100644 --- a/src/components/Card.jsx +++ b/src/components/Card.jsx @@ -17,7 +17,7 @@ function ChevronRightIcon(props) { export function Card({as: Component = 'div', className, small, children}) { return ( {children} diff --git a/src/pages/writing/index.jsx b/src/pages/writing/index.jsx index 5908efa..d455929 100644 --- a/src/pages/writing/index.jsx +++ b/src/pages/writing/index.jsx @@ -16,7 +16,7 @@ function Article({article}) { as="time" dateTime={article.date} decorate={false} - className="flex-shrink-0" + className="flex-shrink-0 md:order-last md:mb-0" > {formatDate(article.date)}