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