2023-12-22 20:55:30 +03:00

16 lines
265 B
SCSS

.meeting {
&__cards {
list-style-type: none;
width: 80%;
padding: 0;
}
&__container {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
&__arrow {
}
}