kiosk_vanilla / frontend /src /index.css
Monish Vijay Kumar
Deploy Northwestern CS Kiosk Docker Space with checkpoint and inference runtime
7056be6
Raw
History Blame
435 Bytes
:root {
font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
line-height: 1.6;
font-weight: 400;
color: #141414;
background-color: #f3f4f8;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
--app-shell-height: 100vh;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
background-color: #f3f4f8;
min-height: 100vh;
}
#root {
min-height: 100vh;
}