Eugene Pankov b7c523b0c7 .
2017-04-16 17:13:03 +02:00

14 lines
181 B
SCSS

:host {
display: flex;
flex: auto;
}
:host div {
flex: none;
margin: auto;
width: 400px;
max-width: 100vw;
display: flex;
flex-direction: column;
}