Files
bim_engine/demo-next/app/globals.css
2026-04-21 15:07:49 +08:00

14 lines
233 B
CSS

* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html,
body {
width: 100%;
height: 100%;
overflow: hidden;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}