error adjustments
All checks were successful
Build Docker / deploy (push) Successful in 50s
Build Docker / build (push) Successful in 43s

This commit is contained in:
2026-05-10 18:16:07 +03:00
parent a6f82eadae
commit 95dadf4c90

View File

@@ -70,10 +70,11 @@ const fieldMap = {
color: red; color: red;
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
font-size: 14px; font-size: medium;
font-weight: 100; line-height: 100%;
line-height: 120%;
transition: 3s; transition: 3s;
text-decoration: underline;
font-weight: bold;
`; `;
el.after(errorElem); el.after(errorElem);
}); });