7 lines
100 B
CSS
7 lines
100 B
CSS
.calendarWrapper {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
gap: 50px
|
|
}
|