Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aaanh authored Nov 23, 2023
1 parent 65b1ccb commit 6c5d6f4
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 @@ -22,7 +22,7 @@ export default function Home() {
<TitleBar></TitleBar>
<div className="h-12"></div>
<Support></Support>
<ul className="mt-32 sm:min-h-[57.4vh]">
<ul className="mt-32 min-h-screen">
{sites.map((site: SiteProps, idx: number) => (
<Site
key={idx}
Expand Down

0 comments on commit 6c5d6f4

Please sign in to comment.