Bootstrap - media breakpoint

0 votes
162 views
added Feb 14, 2019 in Bootstrap by LC Marshal Captain (25,790 points)
@media (min-width: 768px) and (max-width: 1000px) {
 .collapse {
    display: none !important;
 }
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...