Added dates to tracking page and improved charts.

This commit is contained in:
Marvin Blum
2020-06-26 13:31:04 +02:00
committed by Marvin Blum
parent 1276ed013b
commit 64a6399a15
6 changed files with 92 additions and 45 deletions

View File

@@ -52,6 +52,19 @@ body {
height: 300px;
}
.tracking-form {
display: flex;
align-items: center;
}
.tracking-form input {
margin: 3px 6px 3px 0;
}
input {
padding: 2px;
}
section {
margin: 80px 0;
}
@@ -81,4 +94,8 @@ p {
.menu {
display: block;
}
.tracking-form {
display: block;
}
}