embed max width fix

This commit is contained in:
Martti Malmi 2023-08-08 14:12:35 +03:00
parent 8836de42bd
commit cb364d85ea

View File

@ -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 {