blob: df95f65b57a0182c8c03fdcedf66ee2a4977e8c1 [file] [log] [blame]
Alex Perryf82524c2022-03-09 20:04:47 -08001:host {
2 display: flex;
3 align-items: stretch;
4 flex-direction: column;
5 text-align: center;
6}
7
8* {
Philipp Schrader817cce32022-03-26 15:00:00 -07009 padding: 10px;
Alex Perryf82524c2022-03-09 20:04:47 -080010}
Filip Kujawa32538b32022-10-29 17:09:30 -070011
12.no-touch-action {
13 touch-action: manipulation;
14}