I'm facing an issue with my container setup that includes row > col > img. I need the image to be positioned close to the page border.
So far, I have tried making the site responsive using margin-right: -n px
, but it doesn't work on mobile devices.
The layout I am aiming for is:
Here's a link to my code: https://codepen.io/adrianolopes17/pen/WKGjYo
Any suggestions? Thank you.