diff --git a/src/views/Layout.jsx b/src/views/Layout.jsx index 86c8ec3..2f2717f 100644 --- a/src/views/Layout.jsx +++ b/src/views/Layout.jsx @@ -33,7 +33,7 @@ export function Layout() { )} </header> <main className="Layout-main"> - <h1 className="text-center"> + <h1 className="my-3 text-center font-extrabold text-4xl"> {localStorage.getItem('list') || 'No list selected'} </h1> <Outlet />