.ye-text{
  display: flex;
}

.ye-text.vertical{
  flex-direction: column;
}

.ye-text.horizontal{
  flex-direction: row;
}
