From 68e618ad418c4bbe789549345428594f80fae67d Mon Sep 17 00:00:00 2001 From: gws Date: Wed, 13 Nov 2024 13:00:29 +0100 Subject: [PATCH] implemented the contact form --- content/contact.md | 30 ++++++++++++++++++++---------- sass/form.scss | 2 +- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/content/contact.md b/content/contact.md index 9796c2a..5fc7c06 100644 --- a/content/contact.md +++ b/content/contact.md @@ -26,16 +26,26 @@ disable_toc = true

Send Us A Message

-
-
-
-
-
+ + +
+ + +
+
+ + +
+ + +
+ + +
+
diff --git a/sass/form.scss b/sass/form.scss index e247737..bbf2d86 100644 --- a/sass/form.scss +++ b/sass/form.scss @@ -126,7 +126,7 @@ body { } &:first-of-type input { - width: 50.0%; + /* width: 50.0%; */ /* margin-right: -1px; */ }