Add bottom padding to screen
Adds 100px bottom padding to the screen.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { useNavigate } from 'react-router-dom';
|
import { useNavigate } from 'react-router-dom';
|
||||||
import NavBar from '@/components/NavBar';
|
import NavBar from '@/components/NavBar';
|
||||||
@@ -114,8 +115,8 @@ const Settings = () => {
|
|||||||
<AppVersionInfo showDevInfo={true} editable={true} className="w-full" />
|
<AppVersionInfo showDevInfo={true} editable={true} className="w-full" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* 앱 버전 카드 아래 추가 공간 */}
|
{/* 맨 아래 추가 여백 100px */}
|
||||||
|
<div className="h-[100px]"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user