Front page

This commit is contained in:
2020-07-19 20:45:24 +02:00
parent a71a2a7a60
commit 29efa13410
23 changed files with 1099 additions and 93 deletions

23
src/index.scss Normal file
View File

@@ -0,0 +1,23 @@
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap");
@import "./Design.scss";
html {
height: 100%;
}
body {
position: absolute;
width: 100%;
padding: 0;
margin: 0;
height: 100%;
background-color: $bg-color;
color: $main-color;
font-family: "Roboto", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#root {
height: 100%;
}