Skip to content

Commit

Permalink
Merge pull request facebookarchive#162 from rgharpuray/mobile
Browse files Browse the repository at this point in the history
Mobile Improvements via Mediaquery
  • Loading branch information
mattwkelly committed Jul 11, 2012
2 parents cb3083f + a65adf8 commit 2b9cc47
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions style/style.css
Expand Up @@ -11,3 +11,21 @@
vertical-align: middle;
margin-bottom: 2px;
}

@media only screen and (max-device-width: 480px) {
.fb-like {
float: left;
width: 100%;
}

div#page {
width: 480px;
}

div.fb-comments span{
float:left;
width:100%;
}

}

0 comments on commit 2b9cc47

Please sign in to comment.