Skip to content

Commit

Permalink
scaling and nicening of mobile demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
tholman committed Jul 7, 2014
1 parent bf6cb93 commit 52c7d64
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions demo/css/styles.css
Expand Up @@ -9,12 +9,14 @@
-webkit-font-smoothing: antialiased;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
max-height: 1000000px;
}

body {
padding-left: 20px;
padding-right: 20px;
min-width: 640px;
-webkit-text-size-adjust: none;
padding-left: 80px;
padding-right: 80px;
min-width: 900px;
}

header {
Expand Down

0 comments on commit 52c7d64

Please sign in to comment.