mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
reviews mobile view
This commit is contained in:
parent
571ebb14fb
commit
2f21956397
@ -43,11 +43,6 @@ blockquote.twitter-tweet a {
|
|||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote.twitter-tweet a:hover,
|
|
||||||
blockquote.twitter-tweet a:focus {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
blockquote.tweet-xl {
|
blockquote.tweet-xl {
|
||||||
p {
|
p {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
@ -56,4 +51,11 @@ blockquote.twitter-tweet a:focus {
|
|||||||
a {
|
a {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
|
@media (max-width: @screen-xs) {
|
||||||
|
p {
|
||||||
|
font-size: 17px;}
|
||||||
|
a {
|
||||||
|
font-size: 17px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -6272,10 +6272,6 @@ blockquote.twitter-tweet a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: 0 none;
|
outline: 0 none;
|
||||||
}
|
}
|
||||||
blockquote.twitter-tweet a:hover,
|
|
||||||
blockquote.twitter-tweet a:focus {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
blockquote.tweet-xl p {
|
blockquote.tweet-xl p {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
@ -6283,6 +6279,14 @@ blockquote.tweet-xl p {
|
|||||||
blockquote.tweet-xl a {
|
blockquote.tweet-xl a {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 480px) {
|
||||||
|
blockquote.tweet-xl p {
|
||||||
|
font-size: 17px;
|
||||||
|
}
|
||||||
|
blockquote.tweet-xl a {
|
||||||
|
font-size: 17px;
|
||||||
|
}
|
||||||
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "transfersh";
|
font-family: "transfersh";
|
||||||
src: url("../fonts/transfersh.eot");
|
src: url("../fonts/transfersh.eot");
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user