mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
reviews image alignment
This commit is contained in:
parent
ee577de70f
commit
84a9066e33
@ -4,27 +4,22 @@
|
|||||||
.twitter-profile {
|
.twitter-profile {
|
||||||
float: left;
|
float: left;
|
||||||
display: block;
|
display: block;
|
||||||
height: 75px;
|
height: 90px;
|
||||||
margin-right: 20px;
|
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
margin: auto 15px auto 0;
|
margin: 3px 15px auto 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
blockquote.twitter-tweet {
|
blockquote.twitter-tweet {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
margin: 10px 5px;
|
margin: 10px 5px;
|
||||||
padding: 0 16px 16px 16px;
|
padding: 0 16px 16px 16px;
|
||||||
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
blockquote.twitter-tweet p {
|
blockquote.twitter-tweet p {
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -5665,10 +5665,9 @@ footer img {
|
|||||||
#reviews .twitter-profile {
|
#reviews .twitter-profile {
|
||||||
float: left;
|
float: left;
|
||||||
display: block;
|
display: block;
|
||||||
height: 75px;
|
height: 90px;
|
||||||
margin-right: 20px;
|
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
margin: auto 15px auto 0;
|
margin: 3px 15px auto 20px;
|
||||||
}
|
}
|
||||||
blockquote.twitter-tweet {
|
blockquote.twitter-tweet {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user