Adjust top margin for app

Adjusted the top margin of the entire app (home, expenses, analytics, settings, etc.) to add 5px of spacing.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-19 14:12:05 +00:00
parent 0bde90178a
commit 40003d8f28

View File

@@ -118,6 +118,7 @@ function App() {
<BudgetProvider>
<Router>
<div className="flex flex-col min-h-screen">
<div className="pt-[5px]"></div> {/* 추가된 상단 여백 */}
<NavBar />
<div className="flex-grow">
<Routes>