Skip to content

Commit b621df9

Browse files
committed
fix: maxWidth change
1 parent 9211a16 commit b621df9

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

packages/notion-to-jsx/src/components/Renderer/components/Image/styles.css.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ export const styledImage = recipe({
6868
});
6969

7070
export const placeholder = style({
71-
// position: 'absolute',
72-
// top: 0,
73-
// left: 0,
74-
// right: 0,
75-
// bottom: 0,
7671
display: 'flex',
7772
alignItems: 'center',
7873
justifyContent: 'center',

packages/notion-to-jsx/src/components/Renderer/styles.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { style } from '@vanilla-extract/css';
22
import { vars } from '../../styles/theme.css';
33

44
export const container = style({
5-
maxWidth: '900px',
5+
maxWidth: '720px',
66
margin: '0 auto',
77
padding: vars.spacing.xl,
88
});

0 commit comments

Comments
 (0)