blob: df95f65b57a0182c8c03fdcedf66ee2a4977e8c1 [file] [log] [blame]
:host {
display: flex;
align-items: stretch;
flex-direction: column;
text-align: center;
}
* {
padding: 10px;
}
.no-touch-action {
touch-action: manipulation;
}