initial responsive rendering

This commit is contained in:
2026-02-24 16:59:27 +06:00
parent 82534f958d
commit eccc219924
11 changed files with 14 additions and 14 deletions

View File

@ -11,7 +11,7 @@ import { Progress } from "../../components/ui/progress";
export const Analytics = () => {
return (
<main className="min-h-screen max-w-7xl mx-auto px-8 sm:px-6 lg:px-8 py-8 space-y-4">
<main className="min-h-screen max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8 space-y-4">
<h1 className="font-satoshi-bold text-3xl text-center tracking-tight">
Analytics
</h1>