Reduce spacing in Header

Reduced the spacing between "젤리의 적자 탈출" and the graph in the Header component.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-21 09:40:24 +00:00
parent 492b5264fe
commit d50ab71da3
2 changed files with 7 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ const HomeContent: React.FC<HomeContentProps> = ({
)}
{/* 목표 진행 상황 */}
<h2 className="text-lg font-semibold mb-3 mt-6"> </h2>
<h2 className="text-lg font-semibold mb-2 mt-4"> </h2>
<BudgetProgressCard
budgetData={budgetData}
selectedTab={selectedTab}