Fork-Awesome/assets/less/site/responsive/screen-md.less

4 lines
97 B
Plaintext
Raw Normal View History

2013-10-23 23:12:39 +08:00
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
.hide-md { display: none; }
}