๐Ÿ“ฆ Nithin1506200 / theme-management

๐Ÿ“„ index.css ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
#root {
  min-height: 100vh;
}