Files
llama-swap/ui/src/App.css
Benson Wong 9a3c656738 New UI (#157, #164)
- Add a react UI to replace the plain HTML one. 
- Serve as a foundation for better GUI interactions
2025-06-16 16:45:19 -07:00

7 lines
88 B
CSS

#root {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
}