Skip to content

Commit

Permalink
padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mgabor3141 committed Oct 20, 2024
1 parent 46f3b82 commit 43dbdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Home() {
}, [flowStage, song])

return (
<div className="grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-dvh p-8 pb-20 gap-8 xl:p-20">
<div className="grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-dvh p-8 pb-20 gap-8 xl:p-20 2xl:px-40">
<header className="text-center">
<a href="/" className="!text-3xl !text-[#ffe6c0] bold">
miditorio.com
Expand Down

0 comments on commit 43dbdab

Please sign in to comment.