Increase ruby character size

This commit is contained in:
Kris 2018-08-03 13:37:08 -04:00
parent 535732bdc1
commit 072f5ce825
1 changed files with 5 additions and 0 deletions

View File

@ -121,3 +121,8 @@ tr {
animation: background-fade-highlight 2.5s ease-out;
}
}
// https://en.wikipedia.org/wiki/Ruby_character
ruby > rt {
font-size: 72%; // ~10px with 14px base
}