Skip to content

Commit

Permalink
fix: max-w preset and btn
Browse files Browse the repository at this point in the history
  • Loading branch information
ferothefox committed Jun 28, 2023
1 parent cbf6ecc commit 7613e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default function MainPage() {
</div>

<div className="mb-8 flex h-full w-full flex-col items-center justify-center gap-2 px-4">
<div className="mb-2 flex w-full items-center justify-between">
<div className="mb-2 flex w-full items-center justify-between max-w-[960px]">
<div className="h-min w-full max-w-[960px] text-lg font-bold">Presets</div>
<div className="self-end">
<Tooltip
Expand Down

0 comments on commit 7613e61

Please sign in to comment.