Merge pull request #44 from Maverick-JM/master

Responsive CSS for Outfitting screen
This commit is contained in:
Colin McLeod
2015-06-05 14:13:44 -07:00
8 changed files with 202 additions and 97 deletions

View File

@@ -16,6 +16,18 @@
padding-left: 0.5em;
font-weight: normal;
}
.tablet({
width: 50%;
h1 {
margin: 1em 0 0 0;
}
});
.largePhone({
width: 100%;
});
}
.slot {