Merge pull request #662 from melvnl/fix/dashboard-search-spaces-responsive

fix(ui): fix dashboard search spaces layout for 1024px and below
This commit is contained in:
Rohan Verma 2026-01-03 04:46:18 -08:00 committed by GitHub
commit d7899ea316
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ export default function SearchSpacesPage() {
return (
<motion.div
className="container mx-auto py-10"
className="mx-auto max-w-5xl px-4 py-6 lg:py-10"
initial={{ opacity: 0 }}
animate={{ opacity: 1 }}
transition={{ duration: 0.5 }}