Refactored responsive stuff.

This commit is contained in:
Maverick
2015-06-05 20:24:09 +10:00
parent 40d026c7cd
commit 440d126579
7 changed files with 61 additions and 46 deletions

View File

@@ -17,17 +17,17 @@
font-weight: normal;
}
@media screen and (max-width: 1000px) {
.tablet({
width: 50%;
h1 {
margin: 1em 0 0 0;
}
}
});
@media screen and (max-width: 610px) {
.largePhone({
width: 100%;
}
});
}
.slot {