Files
sentclaw/web/src/styles/main.scss
T
2026-04-07 16:05:05 +08:00

12 lines
213 B
SCSS

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