new template

This commit is contained in:
talksik-mac
2019-02-18 22:37:47 -08:00
parent 262ceee076
commit d4b0b90fe4
79 changed files with 1511 additions and 1977 deletions
+21
View File
@@ -0,0 +1,21 @@
.chartsContainer {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: wrap;
max-width: 700px;
margin: 2em;
}
.chart {
max-width: 500px;
max-height: 400px;
margin: 1em;
}
.margin-top {
margin-top: 3em;
}