mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-24 13:10:27 +01:00
50 lines
No EOL
853 B
Text
50 lines
No EOL
853 B
Text
#reviews {
|
|
background: @light-gray;
|
|
padding: 130px 0;
|
|
.twitter-profile {
|
|
float: left;
|
|
display: block;
|
|
height: 75px;
|
|
margin-right: 20px;
|
|
-webkit-border-radius: 10px;
|
|
margin: auto 15px auto 0;
|
|
}
|
|
}
|
|
|
|
|
|
blockquote.twitter-tweet {
|
|
display: inline-block;
|
|
font-size: 15px;
|
|
line-height: 20px;
|
|
margin: 10px 5px;
|
|
padding: 0 16px 16px 16px;
|
|
|
|
text-align: right;
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
blockquote.twitter-tweet p {
|
|
font-size: 17px;
|
|
font-weight: normal;
|
|
line-height: 20px;
|
|
text-align: left;
|
|
}
|
|
|
|
blockquote.twitter-tweet a {
|
|
color: inherit;
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
outline: 0 none;
|
|
}
|
|
|
|
blockquote.twitter-tweet a:hover,
|
|
blockquote.twitter-tweet a:focus {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
blockquote.tweet-xl p {
|
|
font-size: 22px;
|
|
line-height: 25px;
|
|
} |