8 lines
119 B
CSS
8 lines
119 B
CSS
.calendar {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-wrap: nowrap;
|
|
gap: 1rem;
|
|
}
|