I'm having an issue with my grid system. It works perfectly on PC, but not on mobile.
On mobile, it shows the same view as on PC.
Can anyone help me figure out what is wrong in this code?
<div class="row">
<div class="col-md-3 col-6">
<a href="https://www.facebook.com"><img src="img/images.jpg" /></a>
</div>
<div class="col-md-3 col-6">
<a href="https://www.linkedin.com/"><img src="img/download.png"/></a>
</div>
<div class="col-md-3 col-6">
<a href="https://github.com"><img src="img/14.png" /></a></div>
<div class="col-md-3 col-6">
<a href="https://www.instagram.com"><img src="img/images (1).jpg" />
</a>
</d>
</div>