This commit is contained in:
Daniel Ledda
2020-11-18 23:09:30 +01:00
parent d1685bcf7a
commit 785e40d0ec

View File

@@ -19,7 +19,7 @@ html, body {
display: flex;
margin: auto;
align-items: center;
justify-content: space-around;
justify-content: center;
}
.center > * {
@@ -36,6 +36,7 @@ html, body {
width: calc(100% - 20vw);
height: calc(100% - 20vw);
text-align: center;
flex-flow: column;
}
.chart-container > * {
display: block;