9 lines
159 B
SCSS
Raw Normal View History

:host {
font-size: 1.4rem;
display: flex;
flex-flow: row;
align-items: center;
justify-content: space-around;
align-content: center;
}