diff --git a/src/routes/layout.css.ts b/src/routes/layout.css.ts index 4c963a4..0ba25dc 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, + // width: vars.width.parent, borderRadius: 5, boxShadow: vars.boxShadow.contentBoxShadow, })