fixed share text for mobile

This commit is contained in:
Garrett Finucane 2014-08-19 01:12:38 -04:00
parent c2ef4a9564
commit 78a3c04279

View file

@ -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;