Adjust layout for screens

Adjusted layout to center content on home and analytics screens.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 06:22:47 +00:00
parent 338d72ffbc
commit 6a3c12cd19

View File

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