Misc changes about form inputs.

This commit is contained in:
Florian THIERRY
2024-10-21 14:40:15 +02:00
committed by Florian THIERRY
parent cfca22bf66
commit 053ac89e3c
14 changed files with 54 additions and 54 deletions

View File

@@ -4,17 +4,4 @@
justify-content: center;
align-items: center;
padding: 1em;
form {
width: 80%;
max-width: 20em;
display: flex;
flex-direction: column;
justify-content: center;
gap: 1em;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
border-radius: .5em;
padding: 1em 1.5em;
background-color: #ffffff;
}
}