/ concept-collection / ans-visualizer
concept-collection / ans-visualizer
ans-visualizer / src / index.css
22 lines · 434 BBlameHistoryRaw
1* {
2 /* margin: 0;
3 padding: 0; */
4 box-sizing: border-box;
5}
7body {
8 font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Oxygen',
9 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
10 sans-serif;
11 -webkit-font-smoothing: antialiased;
12 -moz-osx-font-smoothing: grayscale;
13 margin: 0;
14 padding: 0;
15 height: 100vh;
16 overflow: hidden;
19#root {
20 height: 100vh;
21 overflow: hidden;