We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea62144 commit 6703049Copy full SHA for 6703049
src/views/Layout.jsx
@@ -33,7 +33,7 @@ export function Layout() {
33
)}
34
</header>
35
<main className="Layout-main">
36
- <h1 className="text-center">
+ <h1 className="my-3 text-center font-extrabold text-4xl">
37
{localStorage.getItem('list') || 'No list selected'}
38
</h1>
39
<Outlet />
0 commit comments