Skip to content

Commit

Permalink
refactor: update page padding for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
metebykl committed Oct 5, 2024
1 parent 28328eb commit e9d8555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/routes/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function HomePage() {
}

return (
<div className="flex h-full flex-col gap-y-2 px-4 py-4">
<div className="flex h-full flex-col gap-y-2 px-6 py-4">
<div className="flex w-full items-center justify-between">
<h1 className="text-2xl font-semibold">All Mods</h1>
<div className="flex items-center gap-x-4">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes/verify.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function VerifyPage() {
};

return (
<div className="flex h-full flex-col gap-y-6 p-4">
<div className="flex h-full flex-col gap-y-6 px-6 py-4">
<div>
<h1 className="text-2xl font-semibold">Verify Mods</h1>
</div>
Expand Down

0 comments on commit e9d8555

Please sign in to comment.