ソースを参照

reviews mobile view

tags/v1.0.0
Uvis Grinfelds 9年前
committed by Remco
コミット
0c5fac91ff
3個のファイルの変更25行の追加19行の削除
  1. +16
    -14
      transfersh-web/styles/includes/reviews.less
  2. +8
    -4
      transfersh-web/styles/main.css
  3. +1
    -1
      transfersh-web/styles/main.css.map

+ 16
- 14
transfersh-web/styles/includes/reviews.less ファイルの表示

@@ -23,7 +23,7 @@ blockquote.twitter-tweet {
margin: 0 auto;
}
@media (max-width: @screen-xs) {
.twitter-profile {
.twitter-profile {
display:none!important;
}
}
@@ -43,17 +43,19 @@ blockquote.twitter-tweet a {
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;
}
a {
font-size: 22px;
}
@media (max-width: @screen-xs) {
p {
font-size: 17px;}
a {
font-size: 17px;
}
}
}
blockquote.tweet-xl {
p {
font-size: 22px;
line-height: 25px;
}
a {
font-size: 22px;
}
}

+ 8
- 4
transfersh-web/styles/main.css ファイルの表示

@@ -6272,10 +6272,6 @@ blockquote.twitter-tweet a {
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;
@@ -6283,6 +6279,14 @@ blockquote.tweet-xl p {
blockquote.tweet-xl a {
font-size: 22px;
}
@media (max-width: 480px) {
blockquote.tweet-xl p {
font-size: 17px;
}
blockquote.tweet-xl a {
font-size: 17px;
}
}
@font-face {
font-family: "transfersh";
src: url("../fonts/transfersh.eot");


+ 1
- 1
transfersh-web/styles/main.css.map
ファイル差分が大きすぎるため省略します
ファイルの表示


読み込み中…
キャンセル
保存