I found a great solution to adjust the vertical position of ruby text on this post:
Adjust the vertical positioning of ruby text
But when I try to put one letter bold inside ruby element everything go above the bold letter, Is there a solution for this?
ruby {
display: inline-flex;
flex-direction: column-reverse;
text-align: center;
}
rt {
display: inline;
line-height: 1;
}
わたしの <ruby><strong>会</strong>社<rt>かいしゃ</rt></ruby>です。