style: add iframe to media reset; center media if not full-width

This commit is contained in:
Ayo 2023-05-27 20:29:49 +02:00
parent 008209242a
commit 8412601a3c

View file

@ -40,9 +40,11 @@ img,
picture, picture,
video, video,
canvas, canvas,
svg { svg,
iframe {
display: block; display: block;
max-width: 100%; max-width: 100%;
margin: 0 auto;
} }
/* /*
7. Remove built-in form typography styles 7. Remove built-in form typography styles