Skip to content

Commit

Permalink
move content up more
Browse files Browse the repository at this point in the history
  • Loading branch information
Sha-dos committed Feb 29, 2024
1 parent d0fd808 commit b9407fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function RootLayout({
<Providers themeProps={{ attribute: "class", defaultTheme: "dark" }}>
<div className="relative flex flex-col h-screen">
<Navbar />
<main className="container mx-auto max-w-7xl pt-16 px-6 flex-grow">
<main className="container mx-auto max-w-7xl flex-grow">
{children}
</main>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export default function Home() {

case AppState.Auto:
return (
<section className="flex flex-col items-center justify-center gap-4 py-8 md:py-10">
<section className="flex flex-col items-center justify-center gap-4">
<div className="flex gap-4">
<Button color="danger" variant="bordered" onPress={() => setState(AppState.PreMatch)}>Back</Button>
<Button color="danger" variant="bordered" onPress={() => setState(AppState.Teleop)}>Teleop</Button>
Expand Down

0 comments on commit b9407fc

Please sign in to comment.