responsive-navbar.less 170 B

1234567891011
  1. //
  2. // Responsive: Navbar
  3. // --------------------------------------------------
  4. // TABLETS AND BELOW
  5. // -----------------
  6. @media (max-width: @navbarCollapseWidth) {
  7. }