From 459f0431b45446029f1b347e5fb1836ba7aa1f58 Mon Sep 17 00:00:00 2001 From: Sudhanshu Dasgupta Date: Tue, 27 Aug 2024 17:16:57 +0000 Subject: [PATCH] fix width Signed-off-by: Sudhanshu Dasgupta --- src/components/TeaserModal/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TeaserModal/index.js b/src/components/TeaserModal/index.js index 81d4c214fef3..ebf2b5c6f332 100644 --- a/src/components/TeaserModal/index.js +++ b/src/components/TeaserModal/index.js @@ -28,7 +28,7 @@ const TeaserModal = (props) => { content: { maxWidth: "105rem", maxHeight: "105rem", - width: "105%", + width: "90%", height: "auto", }, }}