Skip to content

Commit

Permalink
fix(queries): inconsistent margin
Browse files Browse the repository at this point in the history
  • Loading branch information
danmaninc committed Feb 18, 2024
1 parent 6aec6b2 commit e064874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function Page() {
</div>
</div>
<h2 className="my-4 text-3xl font-medium">Your calendar</h2>
<div className="-mx-4 -mb-4 @lg/content:-mx-8 @lg/content:-mb-8">
<div className="@lg/content:-mx-8 @lg/content:-mb-8">
{!user ? (
<>Loading...</>
) : (
Expand Down

0 comments on commit e064874

Please sign in to comment.