-
-
Save ramasilveyra/7141257623b9b6094cab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blockquote.twitter-tweet { | |
overflow: hidden; | |
color: #1c2022; | |
background-color: #fff; | |
border: 1px solid #e1e8ed; | |
border-radius: 4px; | |
width: 500px; | |
max-width: 100%; | |
min-width: 220px; | |
padding: 1.25rem 1.25rem 0.725rem 1.25rem; | |
} | |
blockquote.twitter-tweet:before { | |
content: none; | |
} | |
blockquote.twitter-tweet p { | |
white-space: pre-wrap; | |
font: 16px/1.4 Helvetica, Roboto, 'Segoe UI', Calibri, sans-serif; | |
} | |
blockquote.twitter-tweet a { | |
color: #2b7bb9; | |
} | |
blockquote.twitter-tweet a:visited { | |
color: #2b7bb9; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment