Improved low weight build logic

This commit is contained in:
Colin McLeod
2015-08-10 15:12:59 -07:00
parent 5f05bf0dc5
commit 886614527f
6 changed files with 80 additions and 328 deletions

View File

@@ -71,16 +71,17 @@
color: @primary;
}
.largePhone({
.smallTablet({
width: 60%;
});
.medPhone({
.largePhone({
width: 100%;
});
}
.largePhone({
.smallTablet({
float: left;
clear: left;
width: 100%;