show statistics of the stations is now possible

This commit is contained in:
2022-06-08 15:59:53 +02:00
parent 0962a70cd7
commit 13025edc3e
4 changed files with 129 additions and 26 deletions

View File

@@ -66,4 +66,15 @@ div.table-div th,td {
padding-left: 2.5vw;
padding-right: 2.5vw;
padding-bottom: 0.5vw;
}
div.headline {
display: block;
align-items: center;
justify-content: center;
}
div.headline h2{
text-align: center;
color: #002e5b;
}