On-going tidy-ups

This commit is contained in:
Cmdr McDonald
2017-03-13 22:59:01 +00:00
parent 7b3ad555a1
commit a3c03266bf
4 changed files with 96 additions and 64 deletions

View File

@@ -190,11 +190,25 @@
});
}
&.quarter {
width: 25%;
.tablet({
td {
line-height: 2em;
}
});
.smallTablet({
width: 50% !important;
});
}
&.third {
width: 33%;
.smallTablet({
width: 100% !important;
width: 50% !important;
});
}