Time Column Being Transported via Crane

This commit is contained in:
2024-02-05 22:23:03 -06:00
parent 36314e0e3b
commit e630bc82ee
2 changed files with 17 additions and 0 deletions

View File

@@ -40,6 +40,16 @@
line-height: normal;
}
.timeColumn {
display: flex;
min-height: 573px;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
flex: 1 0 0;
border-radius: var(--border-radius-none, 0px);
}
.timeBlock {
display: flex;
width: 50px;