Responsive tweaks and refactoring

This commit is contained in:
Colin McLeod
2015-06-10 00:17:08 -07:00
parent 3cdb576140
commit 4fb1ad11ca
16 changed files with 139 additions and 52 deletions

View File

@@ -16,8 +16,7 @@
left:50%; top:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
width: 75%;
max-width: 1000px;
width: 800px;
max-height: 100%;
padding: 2em;
background-color: @bgBlack;
@@ -27,6 +26,10 @@
-webkit-overflow-scrolling: touch;
.smallTablet({
width: 90%;
});
.largePhone({
padding: 1em;
width: 100%;
});