bt-xtgxq-population-bigdata/src/style.css

21 lines
377 B
CSS
Raw Normal View History

2023-11-19 17:34:02 +08:00
:root {
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
font-weight: 400;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html, body {
2023-11-20 17:56:43 +08:00
min-width: max-content;
height: max-content;
2023-11-19 17:34:02 +08:00
margin: 0;
padding: 0;
}
#app {
height: 100%
}