Add stats link, year selector

This commit is contained in:
2023-11-02 09:20:09 +01:00
parent 0130ab0059
commit 5bc04c463a
6 changed files with 31 additions and 7 deletions

View File

@ -791,11 +791,6 @@ select {
margin-bottom: 1rem;
}
.my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
@ -805,6 +800,10 @@ select {
margin-bottom: 0.25rem;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.mb-4 {
margin-bottom: 1rem;
}
@ -829,6 +828,10 @@ select {
display: block;
}
.inline-block {
display: inline-block;
}
.inline {
display: inline;
}