Browse Source

Center twitter embeds differently. again.

This time, just target the iframe. display: table was weird in webkit.
main
Paul O’Shannessy 11 years ago
parent
commit
b88f451383
  1. 7
      _css/react.scss

7
_css/react.scss

@ -745,8 +745,7 @@ p code {
}
}
// Twitter embeds
div[data-twttr-id] {
margin: auto;
display: table;
// Twitter embeds. Need to !important because they inline margin on the iframe.
div[data-twttr-id] iframe {
margin: 10px auto !important;
}

Loading…
Cancel
Save