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 // Twitter embeds. Need to !important because they inline margin on the iframe.
div[data-twttr-id] { div[data-twttr-id] iframe {
margin: auto; margin: 10px auto !important;
display: table;
} }

Loading…
Cancel
Save