diff --git a/src/assets/styles/peripheral.scss b/src/assets/styles/peripheral.scss index 1c4dd0b..f311635 100644 --- a/src/assets/styles/peripheral.scss +++ b/src/assets/styles/peripheral.scss @@ -426,13 +426,14 @@ section#news { section#contact { gap: 3rem; - p { - margin: 0; + ul#contact-community { + li { + padding-bottom: 5rem; + } } - .community__icons { - width: auto; - margin: 0; + p { + margin-bottom: 24px; } .zammad-form { @@ -563,7 +564,7 @@ a.btn { font-size: 1.1rem; text-decoration: none; box-shadow: 0 1rem 1rem -0.5rem var(--c-shadow-3); - border-radius: 34px; + border-radius: 10px; &:hover { transform: scale(1.03); diff --git a/src/contact.njk b/src/contact.njk index 039753d..7623a0d 100644 --- a/src/contact.njk +++ b/src/contact.njk @@ -16,23 +16,40 @@ layout: layouts/peripheral.njk
-

Reach out on social media

- {% include "components/landing/social-media.njk" %} -

message us

-

For the quickest response, please join us in Matrix or Telegram (icons above). Alternatively, use the form below and we will normally respond within 24 hours.

- -
form will be placed in here
+
\ No newline at end of file