No changes.
This commit is contained in:
@@ -79,7 +79,7 @@ const Analytics = () => {
|
||||
|
||||
return (
|
||||
<div className="min-h-screen bg-neuro-background pb-24">
|
||||
<div className={`mx-auto ${isMobile ? 'w-full px-4' : 'max-w-lg px-4'}`}>
|
||||
<div className={isMobile ? "w-full px-4" : "max-w-lg mx-auto px-4"}>
|
||||
{/* Header */}
|
||||
<header className="py-8 w-full">
|
||||
<h1 className="text-2xl font-bold neuro-text mb-5">지출 분석</h1>
|
||||
|
||||
Reference in New Issue
Block a user