diff --git a/config.html b/config.html index df3b574..cb1f297 100644 --- a/config.html +++ b/config.html @@ -19,7 +19,7 @@ Resources
-
+
diff --git a/css/form.css b/css/form.css index 491479d..6156534 100644 --- a/css/form.css +++ b/css/form.css @@ -3,16 +3,8 @@ justify-content: center; } -form > :first-child { - border: solid white 1px; - border-top-left-radius: 10px; - border-top-right-radius: 10px; -} - -form > :last-child { - border: solid white 1px; - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; +.fieldset-no-border { + border: none; } fieldset { diff --git a/login.html b/login.html index 714a718..30d88ee 100644 --- a/login.html +++ b/login.html @@ -20,7 +20,7 @@
-
+