style: add iframe to media reset; center media if not full-width
This commit is contained in:
parent
008209242a
commit
8412601a3c
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue