css: shrink month names to fit the box

This commit is contained in:
Astro 2022-10-11 01:07:46 +02:00
parent 7bf48f1729
commit cee130ffb5
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ h2 {
}
.date .month {
align-self: center;
font-size: 70%;
font-size: 60%;
font-variant-caps: small-caps;
}
.weekday {