Skip to content

Commit

Permalink
[filigran-website] Small modification
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkha committed Oct 15, 2024
1 parent 2934637 commit fdda389
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/filigran-website/app/docs/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default async function RootLayout({
return (
<main className="flex max-w-full">
<Menu contentMenu={contentMenu} />
<div className="prose max-w-none flex-1 dark:prose-invert">
<div className="prose prose-sm max-w-none flex-1 dark:prose-invert">
{children}
</div>
</main>
Expand Down
2 changes: 1 addition & 1 deletion projects/filigran-website/app/learning/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default async function RootLayout({
contentMenu={contentMenu}
basePath={'learning'}
/>
<div className="prose max-w-none flex-1 dark:prose-invert">
<div className="prose prose-sm max-w-none flex-1 dark:prose-invert">
{children}
</div>
</main>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const PlaygroundTest: FunctionComponent<PlaygroundTestProps> = ({
}) => {
return (
<SandpackProvider
template="test-ts"
template="react-ts"
theme={sandPackTheme}
files={{
'/utils.ts': {
Expand Down

0 comments on commit fdda389

Please sign in to comment.