Off center now

This commit is contained in:
2024-02-05 21:38:34 -06:00
parent 01a3918502
commit 9ab86cfab1
2 changed files with 18 additions and 14 deletions

View File

@@ -13,6 +13,15 @@
flex: 1 0 0;
}
.calendarGrid {
display: flex;
flex-direction: column;
}
.calendarRow {
display: flex;
}
.calendar {
display: grid;
grid-template-columns: auto repeat(5, 1fr);