SolarEnergy/central_frontend/src/index.css

10 lines
61 B
CSS
Raw Normal View History

2024-06-29 11:01:50 +00:00
body {
margin: 0;
}
2024-06-29 11:26:12 +00:00
html,
body,
#root {
height: 100%;
2024-06-29 11:01:50 +00:00
}