THE CUBES HAVE LISTENED TO ME
This commit is contained in:
@@ -15,8 +15,10 @@
|
||||
}
|
||||
|
||||
.calendarGrid {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
grid-template-rows: repeat(13, 1fr);
|
||||
grid-gap: 8px;
|
||||
}
|
||||
|
||||
.calendarRow {
|
||||
|
||||
Reference in New Issue
Block a user