From 383bebc41bc03176f5355034667f7077c9574efb Mon Sep 17 00:00:00 2001 From: Guus van Meerveld <57101832+Guusvanmeerveld@users.noreply.github.com> Date: Tue, 3 Dec 2019 14:47:26 +0100 Subject: [PATCH] Improved the cross device look of the contact form --- contact/css.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/contact/css.css b/contact/css.css index 7c85706..cfcee19 100644 --- a/contact/css.css +++ b/contact/css.css @@ -10,7 +10,7 @@ margin-top: 5%; } .form { - margin: 3rem auto; + margin: 6rem auto; width: 50%; position: relative; border-radius: 7px; @@ -43,8 +43,6 @@ .info { background-color: #18181b; box-shadow: 0 -1px 6px 1px hsla(0, 0%, 0%, 0.8); - position: absolute; - bottom: 0; width: 100%; } .info h2 {