and top bar with class
It works on desktop, but on mobile d" /> and top bar with class
It works on desktop, but on mobile d" /> and top bar with class
It works on desktop, but on mobile d"/>

Bootstrap 5 display property on mobile devices

24 Views Asked by At

I have two cols with classes

<div class="col-2 d-none d-md-block">

and top bar with class

<div class="d-md-none">

It works on desktop, but on mobile devices doesn't

Bootstrap 5

I tried to add display: none !important;

0

There are 0 best solutions below