diff --git a/css/form.css b/css/form.css index 10de6c9..93f2b95 100644 --- a/css/form.css +++ b/css/form.css @@ -33,4 +33,10 @@ button { display: grid; grid-template-columns: auto auto; column-gap: 10px; +} + +legend { + top: -0.6em; + position: relative; + height: 0; } \ No newline at end of file