Add bottom padding to screen

Adds 100px bottom padding to the screen.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-22 22:20:37 +00:00
parent 548a1cd5bd
commit 11ce5d7c33

View File

@@ -1,3 +1,4 @@
import React from 'react';
import { useNavigate } from 'react-router-dom';
import NavBar from '@/components/NavBar';
@@ -114,8 +115,8 @@ const Settings = () => {
<AppVersionInfo showDevInfo={true} editable={true} className="w-full" />
</div>
{/* 앱 버전 카드 아래 추가 공간 */}
{/* 맨 아래 추가 여백 100px */}
<div className="h-[100px]"></div>
</div>
</div>