Skip to content

Commit

Permalink
Fix spacing on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
neilh-cogapp committed Mar 23, 2024
1 parent 1ac7223 commit d599dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Page() {
return (
<>
<Header showTitle={false}/>
<section className="w-full py-8 md:p-12 lg:p-16">
<section className="w-full p-8 md:p-12 lg:p-16">
<div className="grid text-base leading-7 text-gray-700 gap-8 xl:max-w-4xl xl:mx-auto">
<h1 className="text-3xl font-bold sm:text-4xl md:text-5xl lg:text-6xl">
Make a Scene
Expand Down

0 comments on commit d599dd8

Please sign in to comment.