This commit is contained in:
Kevin Dao
2019-08-05 21:10:20 -05:00
8 changed files with 570 additions and 271 deletions

View File

@@ -31,6 +31,7 @@
animation: spin 2s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
@@ -73,10 +74,16 @@
.dateTimePlace {
margin-left: 5px;
margin-bottom: 0px;
font-size: smaller;
font-weight: bold;
}
#chartcontainer {
max-width: 100%;
height: 250px;
}
#chart {
min-width: auto;
max-width: 100%;