revert max-w to 7xl

This commit is contained in:
Thomas Camlong 2025-04-18 18:35:06 +02:00
parent 904c769db1
commit 02d538daaa
No known key found for this signature in database
GPG Key ID: A678F374F428457B

View File

@ -54,7 +54,7 @@ export default async function IconsPage() {
return (
<div className="isolate overflow-hidden">
<div className="py-8">
<div className="space-y-4 mb-8 mx-auto max-w-6xl">
<div className="space-y-4 mb-8 mx-auto max-w-7xl">
<div className="flex flex-col sm:flex-row sm:items-center justify-between gap-4">
<div>
<h1 className="text-3xl font-bold">Browse icons</h1>