screen-md.less 97 B

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