Add next and last class to home stats

This commit is contained in:
2022-03-17 19:50:57 +00:00
parent 093ce1747c
commit 64cf1eeaa0
3 changed files with 37 additions and 1 deletions
+6
View File
@@ -151,6 +151,12 @@ body {
margin-bottom: 0.5em;
}
.nowrap-stat {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.footer {
margin-top: -20rem;