diff --git a/content/contact.md b/content/contact.md index 67627b2..91fc98e 100644 --- a/content/contact.md +++ b/content/contact.md @@ -2,7 +2,7 @@ title = "Contact" description = "How to get in contact" weight = 10 -template = "page.html" +template = "contact.html" [extra] disable_toc = true +++ diff --git a/sass/form.scss b/sass/form.scss index 316c5c8..e247737 100644 --- a/sass/form.scss +++ b/sass/form.scss @@ -7,13 +7,6 @@ $gray: #999; $green: #00b3aa; $border: 1px solid #e6e6e6; -* { - padding: 0; - margin: 0; - box-sizing: border-box; - outline: none; - /* font-family: 'Poppins', sans-serif; */ -} body { /* height: 100vh; */ @@ -23,12 +16,29 @@ body { /* background: $bg; */ } -.content { +* { + /* padding: 0; */ + /* margin: 0; */ + /* box-sizing: border-box; */ + /* outline: none; */ + /* font-family: 'Poppins', sans-serif; */ +} + +.contact.content { max-width: unset; } .contact-form { + + * { + padding: 0; + margin: 0; + box-sizing: border-box; + outline: none; + font-family: 'Poppins', sans-serif; + } + width: 80vw; display: flex; justify-content: space-between; @@ -116,8 +126,8 @@ body { } &:first-of-type input { - width: 50.1%; - margin-right: -5px; + width: 50.0%; + /* margin-right: -1px; */ } input { diff --git a/templates/contact.html b/templates/contact.html index d2e431d..483fd6d 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -1,29 +1,6 @@ {% import "_macros.html" as macros %} {% extends "index.html" %} -{% block head %} - - - - - - - - - - - - - - -{% endblock head %} - - - {% block title %}{{ page.title }} | {{ super() }} {% endblock title %} @@ -34,6 +11,9 @@ {% endblock header %} {% block content %} -