Files
qiming/qiming-xagi-frontend-templates/packages/vue3-vite/src/style.css
2026-06-01 13:43:09 +08:00

33 lines
626 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
/* Keep root-level defaults minimal and framework-agnostic. */
: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;
-webkit-text-size-adjust: 100%;
}
* {
box-sizing: border-box;
}
body {
/* Reset body spacing and let page sections control layout. */
margin: 0;
min-width: 320px;
min-height: 100vh;
}
#app {
width: 100%;
min-height: 100vh;
}