Adjust month view to year view.

This commit is contained in:
2025-03-29 14:22:24 +01:00
parent 0319687d97
commit 5e2d693345
5 changed files with 47 additions and 19 deletions

View File

@@ -4,6 +4,10 @@ body {
flex-direction: column;
}
input[type="number"] {
font-size: 1.3rem;
}
div > span {
text-align: right;
}