Reset index css

This commit is contained in:
2018-03-09 19:32:32 +05:30
parent 9537963e1b
commit 7a3e14ff54
+22 -1
View File
@@ -1,5 +1,26 @@
body {
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
html,body{
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
body {
font-family: sans-serif;
}
#root{
width: 100%;
height: 100%;
}