This commit is contained in:
Gnarwhal 2024-09-23 19:21:09 +00:00
parent 6d17d0b954
commit 91bb7cb7e6
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174

View file

@ -12,7 +12,7 @@ export const root = style({
export const center = style({
boxSizing: 'border-box',
width: '100%',
maxWidth: '90em',
maxWidth: '75em',
height: 'max-content',
padding: '2em',
});