From 178e8f37ebe42ce37f7a67ab538328ebabc249c0 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Fri, 1 Aug 2025 17:40:28 -0400 Subject: [PATCH] Improve article and publication card layouts for responsiveness --- src/app/articles/page.tsx | 19 +++++++++++++++---- src/app/publications/page.tsx | 4 ++-- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/src/app/articles/page.tsx b/src/app/articles/page.tsx index 4793edb..45f82c0 100644 --- a/src/app/articles/page.tsx +++ b/src/app/articles/page.tsx @@ -1,6 +1,7 @@ "use client"; import { ArrowUpRight, Newspaper } from "lucide-react"; +import { Button } from "~/components/ui/button"; import Link from "next/link"; import { Card, @@ -54,25 +55,35 @@ export default function ArticlesPage() { > -
+
{article.title} - + Read Article +
Written by {article.author}, found in {article.source}. - +

{article.description}

+ + Read Article + +
diff --git a/src/app/publications/page.tsx b/src/app/publications/page.tsx index 118aaef..8ee1ce5 100644 --- a/src/app/publications/page.tsx +++ b/src/app/publications/page.tsx @@ -110,14 +110,14 @@ export default function PublicationsPage() { > -
+
{pub.title} {pub.paperUrl && (