1
0
Fork 0
esix-client/src/app.pcss
2024-10-24 01:05:48 +02:00

18 lines
236 B
Text

/* Write your global styles here, in PostCSS syntax */
@tailwind base;
@tailwind components;
@tailwind utilities;
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
}
img {
width: 100%;
margin: 0 auto;
}