From cb364d85ea8e137b168911646b092a01af869607 Mon Sep 17 00:00:00 2001 From: Martti Malmi Date: Tue, 8 Aug 2023 14:12:35 +0300 Subject: [PATCH] embed max width fix --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 53dfaa7e..2e126160 100644 --- a/src/index.css +++ b/src/index.css @@ -75,8 +75,8 @@ img, video { .full-width-note > div > img, .full-width-note > div > video, .full-width-note > iframe { @apply -mx-2 md:mx-0; - max-width: 100vw; @apply rounded-none md:rounded-sm; + @apply max-w-[100vw] md:max-w-full; } .full-width-note > iframe {