Compare commits

...

3 Commits
1.0.3 ... 1.0.4

Author SHA1 Message Date
Colin McLeod
457705014c Bumping version to 1.0.4 2015-07-03 18:25:54 -07:00
Colin McLeod
6faf3765e0 Fix to scroll to top on iOS 2015-07-03 18:23:19 -07:00
Colin McLeod
4abdce2b70 Fix button wrapping issue on small screens 2015-07-03 15:42:08 -07:00
3 changed files with 4 additions and 4 deletions

View File

@@ -24,8 +24,6 @@ html, body {
height: 100%;
width: 100%;
text-rendering: optimizeLegibility;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
body {
@@ -35,6 +33,8 @@ body {
padding: 0;
font-family: @fStandard;
letter-spacing: 0.05em;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
div, a, li {

View File

@@ -72,7 +72,7 @@
}
.largePhone({
width: 70%;
width: 60%;
});
.medPhone({

View File

@@ -1,6 +1,6 @@
{
"name": "coriolis_shipyard",
"version": "1.0.3",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/cmmcleod/coriolis"