7 lines
103 B
SCSS
7 lines
103 B
SCSS
|
|
:host {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
}
|