Skip to content

Commit

Permalink
Add spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed Aug 31, 2024
1 parent 5625738 commit 8106443
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/routes/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export default function Dashboard() {
</div>

<div className="transition" style={{ opacity: loading ? 0.6 : 1 }}>
<div className="w-full mb-4 mt-2">
<div className="w-full mb-8 mt-5">
<Card>
<div className="sticky top-[3.5rem] border-t-2 z-10" style={{ marginTop: '-2px' }}></div>
<div className="p-4 pl-6">
Expand Down Expand Up @@ -305,7 +305,7 @@ export default function Dashboard() {
</div>
</Card>
</div>
<div className="w-full mb-4">
<div className="w-full mb-8">
<Card>
<div className="sticky top-[3.5rem] border-t-2 z-10" style={{ marginTop: '-2px' }}></div>
<CardContent>
Expand All @@ -318,7 +318,7 @@ export default function Dashboard() {
</CardContent>
</Card>
</div>
<div className="grid md:grid-cols-2 gap-4 mb-4">
<div className="grid md:grid-cols-2 gap-4 mb-8">
<PathsCard
siteId={data.siteId}
interval={data.interval}
Expand Down

0 comments on commit 8106443

Please sign in to comment.