Spaces:
Sleeping
Sleeping
| /* index.css — minimal reset; all styles live in src/styles/globals.css */ | |
| *, | |
| *::before, | |
| *::after { | |
| box-sizing: border-box; | |
| } | |
| body { | |
| margin: 0; | |
| } | |
| /* index.css — minimal reset; all styles live in src/styles/globals.css */ | |
| *, | |
| *::before, | |
| *::after { | |
| box-sizing: border-box; | |
| } | |
| body { | |
| margin: 0; | |
| } | |