Skip to content

Commit 6703049

Browse files
committed
styled current selected list section
1 parent ea62144 commit 6703049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Layout.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function Layout() {
3333
)}
3434
</header>
3535
<main className="Layout-main">
36-
<h1 className="text-center">
36+
<h1 className="my-3 text-center font-extrabold text-4xl">
3737
{localStorage.getItem('list') || 'No list selected'}
3838
</h1>
3939
<Outlet />

0 commit comments

Comments
 (0)