Finished groups

This commit is contained in:
a-ill
2023-08-01 15:56:41 +03:00
parent 3bc8dd4239
commit 3b8cd8b9f7
70 changed files with 2033 additions and 18556 deletions

View File

@@ -169,3 +169,12 @@ label {
margin-top: -0.2rem;
color: #5f5f5f;
}
#content {
position: relative;
display: flex;
justify-content: space-between;
flex-direction: column;
height: 100%;
min-height: 100vh;
}