fixed share text for mobile
This commit is contained in:
parent
c2ef4a9564
commit
78a3c04279
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,13 @@
|
|||
font-size:2em;
|
||||
color:#4099FF;
|
||||
}
|
||||
@media only screen
|
||||
and (min-device-width : 320px)
|
||||
and (max-device-width : 480px) {
|
||||
.tweet{
|
||||
font-size:1em;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color:#232323;
|
||||
|
|
Loading…
Reference in a new issue