bt-xtgxq-population-bigdata/src/style.css
2023-11-20 17:56:43 +08:00

21 lines
377 B
CSS

: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 {
min-width: max-content;
height: max-content;
margin: 0;
padding: 0;
}
#app {
height: 100%
}