diff --git a/src/routes/layout.css.ts b/src/routes/layout.css.ts index 0ba25dc..60e5caf 100644 --- a/src/routes/layout.css.ts +++ b/src/routes/layout.css.ts @@ -46,7 +46,7 @@ globalStyle(`${mainContentClass} iframe`, { }) globalStyle(`${mainContentClass} img`, { - // width: vars.width.parent, + maxWidth: vars.width.parent, borderRadius: 5, boxShadow: vars.boxShadow.contentBoxShadow, })