- saving progress;

This commit is contained in:
Vitalii Kiiko
2024-12-13 08:13:54 +01:00
parent ecfa6c3de0
commit ad3d4ade5f
2 changed files with 94 additions and 17 deletions

View File

@@ -39,6 +39,7 @@
flex-direction: column;
gap: 60px;
width: 100%;
margin-top: 30px;
overflow-x: auto;
}
@@ -47,7 +48,7 @@
justify-content: center;
gap: 20px;
padding: 10px 0;
min-height: 240px;
/*min-height: 240px;*/
margin: 0 auto;
}
@@ -85,11 +86,12 @@
> label {
display: flex;
justify-content: center;
padding: 10px 0;
padding: 10px;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px;
text-align: center;
}
}