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:
@@ -113,7 +113,7 @@ const Settings = () => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* 앱 버전 카드 아래 추가 공간 */}
|
{/* 앱 버전 카드 아래 추가 공간 */}
|
||||||
<div className="h-[150px]"></div>
|
<div className="h-[120px]"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user