Add statistics to front page

This commit is contained in:
Xevion
2022-03-27 12:06:50 -05:00
parent 39f7425cc9
commit 8d369932d5
5 changed files with 64 additions and 10 deletions

View File

@@ -275,4 +275,19 @@ form button {
text-decoration: none;
}
.new-users > div, .statistics > div {
border: 1px solid grey;
padding: 0.2em;
width: fit-content;
padding-right: 1.2em;
}
.new-users > div a, .statistics > div a {
text-decoration: none;
}
.statistics > div {
min-height: 235px;
margin: 1em;
}
/*# sourceMappingURL=styles.css.map */