Fix responsive layout - 2 columns on tablet, 3 on desktop

This commit is contained in:
OpenClaw Bot 2026-02-21 23:08:20 -06:00
parent 0a505e48c4
commit e67020aa63

View File

@ -339,7 +339,7 @@ export default async function TasksOverviewPage() {
</div> </div>
{/* Recent Activity Section */} {/* Recent Activity Section */}
<div className="grid grid-cols-1 lg:grid-cols-3 gap-6"> <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
{/* Recently Updated */} {/* Recently Updated */}
<Card> <Card>
<CardHeader> <CardHeader>