Skip to content

Commit

Permalink
fix: small styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwiseman committed Mar 13, 2024
1 parent e08721d commit dab1e35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function Page({
return (
<main className="flex flex-col items-center gap-8">
<div className="grid w-full gap-8 lg:grid-cols-2">
<Card className="h-48">
<Card className="min-h-48">
<CardHeader className="pb-2">
<CardTitle className="text-lg font-bold">
Missing Assignments
Expand Down

0 comments on commit dab1e35

Please sign in to comment.