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

@@ -29,11 +29,3 @@
-ms-user-select: none;
user-select: none;
}
// Screens less than 1024 wide
// More will be added over time to support mobile devices better
.tablet(@rules) {
@media only screen and (min-width: 300px) and (max-width: 1024px) {
@rules();
}
}