This commit is contained in:
Daniel Ledda
2020-11-18 23:08:39 +01:00
parent 4ec013f407
commit 852e43218b

View File

@@ -19,7 +19,7 @@ html, body {
display: flex;
margin: auto;
align-items: center;
justify-content: center;
justify-content: space-around;
}
.center > * {
@@ -36,7 +36,6 @@ html, body {
width: calc(100% - 20vw);
height: calc(100% - 20vw);
text-align: center;
flex-flow: column;
}
.chart-container > * {
display: block;
@@ -44,7 +43,7 @@ html, body {
#myChart {
background-color: white;
padding: 2vw;
padding: 1vw;
border-radius: 1vw;
border: 3px #c7ab82 solid;
}