2016-12-02 12:03:45 -05:00

4 lines
97 B
Plaintext

@media (min-width: @screen-md) and (max-width: @screen-md-max) {
.hide-md { display: none; }
}