From d601ab24e69885d1be5fecc7c9402f9b28e95522 Mon Sep 17 00:00:00 2001 From: Michal Vanko Date: Mon, 14 Feb 2022 08:50:45 +0100 Subject: [PATCH] Resolve maxWidth issue --- src/routes/layout.css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, })