body{min-height: 1px;}

/* Medium and up */
@media screen and (min-width: 40em) {
    body{min-height: 2px;}
}

/* Large and up */
@media screen and (min-width: 64em) {
    body{min-height: 3px;}
}
