remove padding from first form fieldset

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2023-01-18 22:58:00 +00:00
parent dd165d58a5
commit e3bf24c885

View File

@ -15,6 +15,10 @@ fieldset {
margin: 10px;
}
form > :first-child {
margin-top: 0px;
}
input, label, legend {
font-family: monospace;
color: white;
@ -66,10 +70,6 @@ form img {
width: 16px;
}
form > * {
margin-top: 10px;
}
hr {
width: 100%;
border: none;