I have a simple image showing with borders:
<img src="./assets/construction.png" alt="..." class="img-thumbnail">
problem is, that I would like to remove the border - I tried:
.img-thumbnail {
border: 0;
}
And it works, in Chrome but not Safari?