Adjust vertical alignment of inline SVG icons

This commit is contained in:
Helen Chong 2024-07-14 12:22:13 +08:00
parent 4d7ff32c81
commit 5a91502e1a
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
}
.inline-icon {
vertical-align: -10%;
height: 1em;
fill: currentColor;
}