💄 style(layout): add horizontal padding to top-offset divs for consistent spacing

Replaced every instance of
<div className="mt-[64px]">
with
<div className="mt-[64px] px-2">
to provide uniform horizontal padding across pages. No functional changes—visual layout improvement only.
This commit is contained in:
t0ng7u
2025-07-16 03:42:19 +08:00
parent eab067678b
commit 527b9966a9
13 changed files with 13 additions and 12 deletions

View File

@@ -11,6 +11,7 @@ import './i18n/i18n.js';
import './index.css';
// 欢迎信息(二次开发者不准将此移除)
// Welcome message (Secondary developers are not allowed to remove this)
if (typeof window !== 'undefined') {
console.log('%cWe ❤ NewAPI%c Github: https://github.com/QuantumNous/new-api',
'color: #10b981; font-weight: bold; font-size: 24px;',