Files
llm-council/frontend/src/App.css
karpathy eb0eb26f4c v0
2025-11-22 14:27:53 -08:00

16 lines
320 B
CSS

* {
box-sizing: border-box;
}
.app {
display: flex;
height: 100vh;
width: 100vw;
overflow: hidden;
background: #ffffff;
color: #333;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
}