Files
taotie-web/src/App.css

10 lines
129 B
CSS

* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
}