THEY'RE EVOLVING CUBES

This commit is contained in:
2024-02-05 22:05:20 -06:00
parent 3d95d03813
commit a71bc0f9c3
3 changed files with 11 additions and 7 deletions

View File

@@ -1,6 +1,12 @@
.calendarCell {
flex: 1;
border: 1px solid #ddd;
min-height: 50px;
display: flex;
width: 165px;
height: 52.231px;
min-width: 45px;
min-height: 40px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
border: 1px solid #DADCE0;
}