@hachi-ops
Matthew
@MatthewBosveldAll comments
- @MatthewBosveld
I did this challenge a few days ago, and was struggling with this too. I managed to get them where I wanted eventually, although I'm not sure if the way I did it is clean/efficient enough. The only issue I had with this, is that the svgs change size when I make the screen smaller, but I ran into more problems with the scaling of svgs so I don't know if this code is to blame for it.
.landing-socials { display: flex; width: 15%; justify-content: space-evenly; position: absolute; right: 5%; bottom: 5%; height: 60px; }