COS498-Group7 / client /src /index.css
izzicooki's picture
feat(client): Task 5 — React frontend Chat UI + Onboarding for PC Pal
fca46f5
/* index.css — minimal reset; all styles live in src/styles/globals.css */
*,
*::before,
*::after {
box-sizing: border-box;
}
body {
margin: 0;
}