It seems like there might be a simple solution that I'm overlooking. Is it feasible to align the glyph content or glyph itself at the bottom of a parent element?
In this demonstration, how can I ensure all the icons are positioned at the bottom, regardless of their size?
Here's an illustration to clarify my desired outcome:
https://i.sstatic.net/TOieU.png
I could adjust the line-height
for each icon individually, but I'm curious if there is a more universal solution to this dilemma. Alternatively, does font-awesome offer any utility classes similar to those used in the fixed width method (such as fa-fw
)?