diff --git a/Sources/Styles/global.css b/Sources/Styles/global.css index 8582e8bd..a011e3b9 100644 --- a/Sources/Styles/global.css +++ b/Sources/Styles/global.css @@ -68,13 +68,17 @@ text-align: -webkit-match-parent; } - img, + img, video { max-width: 100%; height: auto; margin: 0.25rem 0; border-radius: 10px; } + iframe { + @apply h-52 sm:h-80 md:h-96; + width: 100%; + } a { color: #5364FF;