12 lines
210 B
SCSS
12 lines
210 B
SCSS
:host {
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
padding: 1em;
|
|
|
|
footer {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
} |