Add yearly stats page

Fixes #15
This commit is contained in:
2023-11-01 20:18:39 +01:00
parent a5b2854bf6
commit 57d4fd7212
5 changed files with 130 additions and 13 deletions

View File

@ -791,6 +791,16 @@ select {
margin-bottom: 1rem;
}
.my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
@ -889,10 +899,6 @@ select {
animation: spin 1s linear infinite;
}
.flex-row {
flex-direction: row;
}
.flex-col {
flex-direction: column;
}
@ -905,10 +911,6 @@ select {
align-items: center;
}
.items-baseline {
align-items: baseline;
}
.justify-center {
justify-content: center;
}
@ -1017,6 +1019,11 @@ select {
line-height: 2.5rem;
}
.text-5xl {
font-size: 3rem;
line-height: 1;
}
.text-base {
font-size: 1rem;
line-height: 1.5rem;
@ -1037,11 +1044,6 @@ select {
line-height: 1rem;
}
.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.font-semibold {
font-weight: 600;
}