Update SessionsWeekly.module.css

This commit is contained in:
Minseo Lee 2024-08-30 19:48:33 +09:00
parent eaa55fb97a
commit 215ce7bb3c

View file

@ -13,7 +13,7 @@
.day { .day {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-center;
justify-content: flex-start; justify-content: flex-start;
gap: 1px; gap: 1px;
position: relative; position: relative;
@ -33,6 +33,8 @@
font-weight: 700; font-weight: 700;
color: var(--font-color300); color: var(--font-color300);
height: 20px; height: 20px;
text-align: right;
font-variant-numeric: tabular-nums;
} }
.block { .block {