Investigate layout width issue

The layout width is not behaving as expected. Further investigation is needed to identify the cause.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 06:02:05 +00:00
parent ef8c31f39b
commit 55296641c9
3 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ const Analytics = () => {
return (
<div className="min-h-screen bg-neuro-background pb-24">
<div className={`mx-auto px-4 ${isMobile ? 'w-full' : 'max-w-lg'}`}>
<div className={`mx-auto ${isMobile ? 'w-full px-4' : 'max-w-lg px-4'}`}>
{/* Header */}
<header className="py-8 w-full">
<h1 className="text-2xl font-bold neuro-text mb-5"> </h1>