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

@@ -278,7 +278,7 @@ form {
border-radius: 3px;
padding: 1.5em;
padding-bottom: 0.8em;
margin: 0.45em;
margin: 0.45em;
.post-author {
margin-top: 1em;
@@ -305,6 +305,7 @@ form {
&.add-comment {
border: 0;
button {
margin-left: 0.8em;
width: fit-content;
@@ -320,3 +321,20 @@ form {
}
}
}
.new-users, .statistics {
> div {
border: 1px solid grey;
padding: 0.2em;
width: fit-content;
padding-right: 1.2em;
a {
text-decoration: none;
}
}
}
.statistics > div {
min-height: 235px;
margin: 1em;
}