1

huge unused space when nav-items collapsed, how do i change breakpoint for this
https://i.imgur.com/ZhD2ufh.gif

Comments
  • 4
    @media screen and (max-width: yourfuckingwidth px) {
    /* Your fucking CSS */
    }
Add Comment