Vertically center align icons #56
scottAnselmo
started this conversation in
Ideas
Replies: 1 comment
-
Hello, sorry to necro-bump, but I've stumbled in this while trying to fix the issue myself. .link svg {
display: inline-block;
vertical-align: middle;
} This is included in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently on a 1080p screen the icons are noticeably off. Their center point looks to be about 2/3 of the way down, not 1/2. I suggest updating the CSS to better vertically align them. I would submit a PR, but there are arguably a lot of ways to do this with CSS so I defer to folks who are domain experts with this kind of thing
Beta Was this translation helpful? Give feedback.
All reactions