Is there a better way of positioning this graphic 🤔
Hello,
I have a graphic which sits in the top right corner of its container. Currently I have absolutely positioned it, and it feels like a poor solution as it clearly isn't going to work on some screens unless I add something for every permutation.
Here is my current SCSS…
The markup is just a
section
which contains a row
and then a span
which contains the svg
.
Just wondered if anyone had a better solution?1 Reply
It's how you're positioning it I believe. I like to do something like:
This way I don't have to set breakpoints at all.