mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-26 23:48:40 +00:00
💄 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:
@@ -105,7 +105,7 @@ const About = () => {
|
||||
);
|
||||
|
||||
return (
|
||||
<div className="mt-[64px]">
|
||||
<div className="mt-[64px] px-2">
|
||||
{aboutLoaded && about === '' ? (
|
||||
<div className="flex justify-center items-center h-screen p-8">
|
||||
<Empty
|
||||
|
||||
Reference in New Issue
Block a user