in the anchor tag that wraps the icon & text, i added the styles:
display: inline-flex;
align-items: center;
gap: var(--size-unit);
in the anchor tag that wraps the icon & text, i added the styles:
display: inline-flex;
align-items: center;
gap: var(--size-unit);
That fixed it in the important places I guess, but there are still other places where I can't do that. I'm starting to remember why I stopped making websites...