Assistant checkpoint: Make newsletter cards have consistent height

Assistant generated file changes:
- client/src/pages/home.tsx: Fix the loading card skeletons to also have consistent height
Fix the loading card skeletons to also have consistent height
Fix the loading card skeletons to also have consistent height
Fix the loading card skeletons to also have consistent height
Fix the loading card skeletons to also have consistent height

---

User prompt:

Make all the cards that link to a newsletter have the same height in the page that lists all the newsletters

Replit-Commit-Author: Assistant
Replit-Commit-Session-Id: 912f8ca8-dc45-45a3-9b2d-257210cf9199
This commit is contained in:
Tommy Parnell
2025-03-02 06:57:15 +00:00
parent beb1a69b3b
commit b965d5799d

View File

@@ -219,7 +219,7 @@ export default function Home() {
animate={{ opacity: 1 }} animate={{ opacity: 1 }}
exit={{ opacity: 0 }} exit={{ opacity: 0 }}
> >
<Card className="hover:shadow-lg transition-shadow"> <Card className="hover:shadow-lg transition-shadow h-full">
<CardHeader> <CardHeader>
<Skeleton className="h-6 w-2/3" /> <Skeleton className="h-6 w-2/3" />
<Skeleton className="h-4 w-1/2" /> <Skeleton className="h-4 w-1/2" />