Skip to content

Commit

Permalink
small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Aug 3, 2024
1 parent 975a414 commit e3c0384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const App = () => {
<div className="dark:bg-gray-900 dark:text-white min-h-screen">
<Navbar />

<div className="container mx-auto pt-24 px-8">
<div className="container mx-auto py-24 px-8">
<Routes>
<Route path="/" element={<Home />} />
<Route path="/about" element={<About />} />
Expand Down

0 comments on commit e3c0384

Please sign in to comment.