UNPKG

create-miro-app

Version:

Create Miro app

23 lines (18 loc) 235 B
@import 'mirotone/dist/styles.css'; *, *:before, *:after { box-sizing: border-box; } body { display: flex; } #root { width: 100%; overflow: auto; padding: var(--space-medium); } img { max-width: 100%; height: auto; }