Add avatars to the twitter section

This commit is contained in:
Joseph Schorr 2014-04-28 16:34:03 -04:00
parent bec95a9d26
commit 654c50b90d
2 changed files with 33 additions and 5 deletions

View file

@ -1357,6 +1357,16 @@ i.toggle-icon:hover {
border: 0px;
}
.landing-page .twitter-tweet .avatar {
display: block;
text-align: center;
margin-bottom: 20px;
}
.landing-page .twitter-tweet .avatar img {
border-radius: 4px;
border: 2px solid rgb(70, 70, 70);
}
.landing-page .twitter-tweet .author:before {
content: "-";