style: apply media defaults to iframe

This commit is contained in:
Ayo 2023-05-27 17:11:42 +02:00
parent aa4da0ec1e
commit 77c7fb2be0

View file

@ -35,7 +35,8 @@ img,
picture,
video,
canvas,
svg {
svg,
iframe {
display: block;
max-width: 100%;
}