Skip to content

Instantly share code, notes, and snippets.

@bevacqua
Created January 26, 2016 04:39
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bevacqua/1a6877f76412fded1e60 to your computer and use it in GitHub Desktop.
Save bevacqua/1a6877f76412fded1e60 to your computer and use it in GitHub Desktop.
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