Files
delta-force-guide-web/src/index.css
T

11 lines
106 B
CSS
Raw Normal View History

2026-04-02 09:23:57 +08:00
@import "tailwindcss";
html, body {
margin: 0;
padding: 0;
width: 100%;
}
#root {
width: 100%;
}