feature/node-app #7

Merged
XakPlant merged 8 commits from feature/node-app into DEV 2026-03-23 14:00:09 +00:00
Showing only changes of commit 8ceee6028a - Show all commits

View File

@@ -1,3 +1,8 @@
html,
body {
height: 100%;
}
body {
margin: 0;
font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
@@ -5,6 +10,10 @@ body {
background-color: #f3f6fb;
}
#root {
height: 100%;
}
* {
box-sizing: border-box;
}