16 lines
265 B
SCSS
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 {
|
|
|
|
}
|
|
} |