Great TC, one quick question about moving the .links
section to the right with CSS. I’ve been attempting to move a single link from .nav .nav-pills
over to the right but have not been able to achieve this. I can move the entire .contents
around using justify-content: right
but this doesn’t work for the .links
section, and I can’t work out the interplay between the Flexbox and the non-Flexbox parts of the header.
I don’t have anything in the Icons section, but I did try configuring an icon in order to learn why they are over to the right, however somehow it eludes me still.
Anyone got a simple CSS snippet that would move the Links to the right?