File size: 154 Bytes
fca46f5
0737291
fca46f5
 
 
0737291
 
 
fca46f5
0737291
 
1
2
3
4
5
6
7
8
9
10
11
12
/* index.css — minimal reset; all styles live in src/styles/globals.css */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}