Improve font size, refactor less

This commit is contained in:
Colin McLeod
2015-05-27 02:02:04 -07:00
parent 013f5e037a
commit aa3c80befb
4 changed files with 18 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
background-clip: padding-box;
}
.user-select-none (){
.user-select-none () {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
@@ -29,3 +29,10 @@
-ms-user-select: none;
user-select: none;
}
// 1024 x 768 typical tablet resolution
.tablet(@rules) {
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
@rules();
}
}