- env url changed to https;

This commit is contained in:
Vitalii Kiiko
2024-10-08 10:36:53 +02:00
parent 7aa703b465
commit 3001a97568
3 changed files with 129 additions and 8 deletions

View File

@@ -255,4 +255,28 @@
li[data-list="bullet"] {
list-style: disc;
}
}
.appForm__delegaForm {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 30px;
gap: 40px;
legend {
font-size: 21px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.appForm__cols {
gap: 2em;
}
}
.appForm__delegaFormHeader {
text-align: center;
}