css-heights
Version:
Css module of single purpose classes for heights
19 lines (13 loc) • 294 B
CSS
/*
HEIGHT - KEYWORDS
*/
.ht-auto { height: auto; }
@media screen and (min-width: 48em) {
.ht-auto-ns { height: auto; }
}
@media screen and (min-width:48em) and (max-width: 64em) {
.ht-auto-m { height: auto; }
}
@media screen and (min-width: 64em) {
.ht-auto-l { height: auto; }
}