sdy

update GlobalStyles.js

......@@ -9,6 +9,9 @@ export default createGlobalStyle`
html, body {
height: 100vh;
}
a {
text-decoration:none;
}
#root {
height: 100%;
display:flex;
......