Skip to content

Commit 3c8e1e8

Browse files
committed
Fix layout
1 parent e8b81dc commit 3c8e1e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/landing/src/app/layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ export const metadata: Metadata = {
2727
resetCss()
2828

2929
globalCss({
30+
pre: {
31+
borderRadius: '10px',
32+
},
3033
code: {
3134
fontFamily: 'D2Coding',
3235
fontSize: ['13px', '15px'],
@@ -35,9 +38,6 @@ globalCss({
3538
lineHeight: '1.5',
3639
letterSpacing: '-0.03em',
3740
},
38-
pre: {
39-
borderRadius: '10px',
40-
},
4141
})
4242

4343
export default function RootLayout({

0 commit comments

Comments
 (0)