Site URL: https://roadrunner-dandelion-rk6t.squarespace.com/
Hello,
I am trying to add a border around all images in my Home page. I tried this code on all my homepage sections which have an image, and it only works on Desktop... on Mobile the border appears in the middle of the photo: section[data-section-id="6200553d157ad22b296f6575"] .content-wrapper {
content: '';
border-top: 2px solid #164A06;
border-right: 2px solid #164A06;
border-left: 2px solid #164A06;
border-bottom: 2px solid #164A06;
padding: 21vw !important;
}
Any ideas are gladly welcome, thank you!