Files
crosspost/frontend/src/App.css
Dylan De Faoite 4742193818 feat: revamp styling on stats page
Abstracted away CSS into stats_styling.tsx
2026-02-02 16:31:14 +00:00

10 lines
75 B
CSS

html,
body,
#root {
height: 100%;
width: 100%;
}
body {
margin: 0;
}