Skip to content

Commit

Permalink
fixed merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-lai-sh committed Dec 2, 2024
1 parent b2bd2e7 commit 4c67a9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ export default function RootLayout({
<head>
<meta name="description" content="Tech@NYU" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
></meta>
</head>
<body className={inter.className}>
<ThemeProvider
Expand Down
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Program_Banner from "@/components/Program_Banner";

const Home = () => {
return (
<main className="relative bg-black-100 flex justify-center items-center flex-colmx-auto sm:px-10 px-5 overflow-clip">
<main className="relative bg-black-100 flex justify-center items-center flex-col overflow-hidden mx-auto sm:px-10 px-5 w-full">
<div className="max-w-7xl w-full">
<FloatingNav navItems={navItems} />
<Hero />
Expand Down

0 comments on commit 4c67a9b

Please sign in to comment.