@import url(../../../css/fonts.css);

character-view {
  align-items: baseline;
}

character-view .character-symbol {
  width: 2em;
  height: 2em;
  text-align: center;
  font-family: var(--phonetic-family);
}

character-view .character-name {
  flex:1;
}