feat: enhance input component layout with labels and improve styling

This commit is contained in:
2026-06-26 10:18:43 -03:00
parent f1a4f51695
commit 0d46172325
6 changed files with 146 additions and 119 deletions

View File

@@ -10,3 +10,9 @@
:root {
--bs-body-font-family: "Gotham", sans-serif;
}
label {
display: block;
margin-bottom: 0.375rem;
font-weight: 500;
}