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

Commit 1462eef

Browse files
author
Manuel Proß
committed
refactor(web): replace arbitrary tailwind class with custom border class
1 parent eb2e638 commit 1462eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/Layout/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function Layout({ children, pages }: PropsWithChildren<LayoutProp
1313
<Navigation menu={pages} />
1414
</div>
1515
<div className="pt-4">
16-
<div className="rounded-[35px] p-12 bg-gray-5">
16+
<div className="rounded p-12 bg-gray-5">
1717
{children}
1818
<Footer />
1919
</div>

0 commit comments

Comments
 (0)