#5 Added more data to stats page and improved CSS

This commit is contained in:
2024-02-09 22:01:25 +00:00
parent 7c27aa31b6
commit 60cb8d7951
6 changed files with 50 additions and 27 deletions

6
static/css/stats.css Normal file
View File

@ -0,0 +1,6 @@
.stats {
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
}