WIP code cleanup.

This commit is contained in:
Bryan Mauger 2022-10-10 16:47:05 -04:00
parent d8cfcab66b
commit 40e152df2c

View file

@ -196,10 +196,12 @@ export default {
margin: 10%; margin: 10%;
} }
.month-year { grid-area: 1 / 1 / 2 / 4; .month-year {
grid-area: 1 / 1 / 2 / 4;
text-transform: uppercase; text-transform: uppercase;
} }
.legend { grid-area: 1 / 4 / 2 / 6; .legend {
grid-area: 1 / 4 / 2 / 6;
.legend-circle { .legend-circle {
border-radius: 50%; border-radius: 50%;
width: 16px; width: 16px;