idea2space / frontend /src /index.css
Jingzi Zhao
Update workshop to clean white UI
4ecf44b
Raw
History Blame Contribute Delete
130 Bytes
html {
background: #e8c5af;
}
body {
margin: 0;
min-width: 320px;
min-height: 100svh;
}
#root {
min-height: 100svh;
}