Add avatars to the twitter section
This commit is contained in:
parent
bec95a9d26
commit
654c50b90d
2 changed files with 33 additions and 5 deletions
|
@ -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: "-";
|
||||
|
|
Reference in a new issue