Files
2026-04-01 12:00:00 +08:00

13 lines
240 B
CSS

html,
body {
position: relative;
width: 100%;
height: 100%;
}
body {
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}