This commit is contained in:
Daniel Ledda
2020-11-18 22:51:30 +01:00
parent 841861ee87
commit 4b0c5bc9ab
8 changed files with 100 additions and 78 deletions

View File

@@ -1,6 +1,7 @@
html, body {
margin: 0;
height: 100%;
background-color: #fff1de;
}
.overlay {
@@ -34,4 +35,11 @@ html, body {
padding: 10vw;
width: calc(100% - 20vw);
height: calc(100% - 20vw);
}
#myChart {
background-color: white;
padding: 2vw;
border-radius: 1vw;
border: 3px #c7ab82 solid;
}