Files
furumi-ng/furumi-node-player/client/src/index.css
Boris Cherepanov 8ceee6028a
All checks were successful
Publish Metadata Agent Image / build-and-push-image (push) Successful in 1m5s
Publish Web Player Image / build-and-push-image (push) Successful in 1m6s
fix: then height 100%
2026-03-23 16:55:22 +03:00

25 lines
290 B
CSS

html,
body {
height: 100%;
}
body {
margin: 0;
font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
color: #0f172a;
background-color: #f3f6fb;
}
#root {
height: 100%;
}
* {
box-sizing: border-box;
}
h1 {
margin-top: 0;
margin-bottom: 10px;
}