Adjust spacing in Settings page

Reduce the height of the empty space at the bottom of the Settings page from 150px to 120px.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-18 13:48:21 +00:00
parent 3778703a67
commit d380995d5c

View File

@@ -113,7 +113,7 @@ const Settings = () => {
</div>
{/* 앱 버전 카드 아래 추가 공간 */}
<div className="h-[150px]"></div>
<div className="h-[120px]"></div>
</div>
</div>