refactor: form header as content projection, formgroup as input

This commit is contained in:
2025-12-14 20:48:10 -03:00
parent 5f1c3062ab
commit f53250dd3b
4 changed files with 17 additions and 26 deletions

View File

@@ -1,20 +1,3 @@
form {
legend {
display: inline-block;
font-family: var(--secondaryFont);
font-size: 2rem;
text-align: center;
span {
clear: both;
display: block;
font-size: 1rem;
margin-bottom: 2rem;
margin-top: 1rem;
}
}
}
.footer {
display: flex;
justify-content: flex-end;