Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kaichii committed Jul 17, 2023
1 parent dce2d43 commit a657b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const Home: NextPage = () => {
>
<div
id="layout"
className="flex h-full w-full max-w-screen-lg flex-col items-center justify-between gap-3 py-5 md:justify-center"
className="flex h-full w-full max-w-full flex-col items-center justify-between gap-3 md:justify-center"
>
<div
id="title"
Expand Down

1 comment on commit a657b14

@kaichii
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 移除内部容器的上下 padding
  • 最大宽度调整为 100%

Please sign in to comment.