Fix kickstarter banner on mobile

This commit is contained in:
Victoria Wang 2015-07-17 15:13:12 -07:00
parent b30e26513f
commit 834a79b4ef

View file

@ -2129,6 +2129,10 @@ table#latest-visitors {
padding: 15px 100px 4px 23px;
margin-bottom: 13px;
font-size: 95%;
@media (max-device-width:480px), screen and (max-width:800px) {
background-size: 32%;
background-position: right top;
}
h4 {
margin-bottom: .2em;