Thinning
This commit is contained in:
parent
6d17d0b954
commit
91bb7cb7e6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export const root = style({
|
||||||
export const center = style({
|
export const center = style({
|
||||||
boxSizing: 'border-box',
|
boxSizing: 'border-box',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
maxWidth: '90em',
|
maxWidth: '75em',
|
||||||
height: 'max-content',
|
height: 'max-content',
|
||||||
padding: '2em',
|
padding: '2em',
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue