Skip to content

Commit

Permalink
sm fix of UX tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor Przybylski committed Feb 17, 2024
1 parent 72438e9 commit d784674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/Summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export function Summary({
<TabsContent value="incomes_and_costs">
<Card>
<CardContent>
<div className="grid gap-4 md:grid-cols-1 lg:grid-cols-4">
<div className="grid gap-4 sm:grid-cols-1 md:grid-cols-1 lg:grid-cols-4">
<div className="col-span-2">
<Card>
<CardHeader>
Expand Down Expand Up @@ -399,7 +399,7 @@ export function Summary({
<CardDescription></CardDescription>
</CardHeader>
<CardContent>
<div className="grid gap-4 md:grid-cols-1 lg:grid-cols-2">
<div className="grid gap-4 sm:grid-cols-1 md:grid-cols-1 lg:grid-cols-2">
<div>
<Card>
<CardHeader>
Expand Down Expand Up @@ -580,7 +580,7 @@ export function Summary({
<CardDescription></CardDescription>
</CardHeader>
<CardContent>
<div className="grid gap-5 md:grid-cols-1 lg:grid-cols-2">
<div className="grid gap-5 sm:grid-cols-1 md:grid-cols-1 lg:grid-cols-2">
<div>
{" "}
<Card>
Expand Down

0 comments on commit d784674

Please sign in to comment.