How i can remove the rounded border on the images
Closed this issue · 2 comments
ivan-vilches commented
I see a bit of round on the images any way to remove that?
Thanks you
jrmd commented
Hi @ivan-vilches,
Do you have a demo of this happening? As macy doesnt add any border radius' to images or containers.
JayHoltslander commented
@ivan-vilches I think you need:
<style>
.demo {
border-radius: 0px;
}
</style>