This commit is contained in:
2023-12-22 21:18:08 +03:00
6 changed files with 179 additions and 33 deletions

View File

@ -1,3 +1,4 @@
.container {
background: #ffffff;
color: #000000;
@ -32,4 +33,22 @@
text-decoration: none;
display: inline-block;
margin-top: 10px;
}
}
.meeting {
&__cards {
list-style-type: none;
width: 80%;
padding: 0;
}
&__container {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
&__arrow {
}
}