Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit a6257d5

Browse files
author
Manuel Proß
committed
feat(web): change sidenav style according to design
1 parent 3778922 commit a6257d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/components/Layout/Layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ type LayoutProps = {
88

99
export default function Layout({ children, pages }: PropsWithChildren<LayoutProps>) {
1010
return (
11-
<div className="bg-slate-700">
11+
<div className="py-4 pr-4">
1212
<Navigation menu={pages} />
13-
<div className="ml-52">
13+
<div className="rounded-3xl ml-[15rem] bg-gray-5">
1414
{children}
1515
<Footer />
1616
</div>

0 commit comments

Comments
 (0)