How would I set the anchor for that logo in the top right to not take up the entire navbar?
heres my code
https://codepen.io/PretzelDracula/pen/wvMwxaB
How would I set the anchor for that logo in the top right to not take up the entire navbar?
heres my code
https://codepen.io/PretzelDracula/pen/wvMwxaB
Hello~!
Are you talking about this?

The image does not load for me so I’m not sure.
But you could use width or height to adjust the size of the image.
im an idiot, I meant top left lol sorry.
I found the issue.
a element to see its size.
Remove the width property on the logo-btn and:

Thank you! That solved it, I was chasing down my flexbox for a while when I realized it was something with that buttons container. Was that happening because the width was a % so the container maintained the original 100% width for the anchor?