Files
bim_engine/demo-next/app/globals.css

14 lines
233 B
CSS
Raw Normal View History

2026-04-21 15:07:49 +08:00
* {
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;
}