Skip to content

Commit

Permalink
Fix mobile screenshot height at smallest resolutions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Feb 26, 2013
1 parent 6ec7bd7 commit d28ef57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/style/responsive.less
Expand Up @@ -60,7 +60,8 @@ html {
} }


#screenshots li.mobile { #screenshots li.mobile {
width: 200*@px; width: 200*@px;
height: 313*@px;
.border-radius(@32px); .border-radius(@32px);
padding-bottom: 64*@px; padding-bottom: 64*@px;


Expand Down

0 comments on commit d28ef57

Please sign in to comment.