diff --git a/src/components/brief.astro b/src/components/brief.astro index d0160558..fa948a9b 100644 --- a/src/components/brief.astro +++ b/src/components/brief.astro @@ -50,7 +50,7 @@ const { title } = Astro.props; font-weight: 400; font-stretch: extra-condensed; } - .heading *:not(a) { + .heading { padding-left: 5%; padding-right: 5%; font-size: 1.2rem; diff --git a/src/components/contact-footer.astro b/src/components/contact-footer.astro new file mode 100644 index 00000000..0f3c1af0 --- /dev/null +++ b/src/components/contact-footer.astro @@ -0,0 +1,69 @@ +--- +import ContactForm from '@components/contact-form.astro'; +--- + + + + diff --git a/src/components/contact-form.astro b/src/components/contact-form.astro new file mode 100644 index 00000000..5372d6f4 --- /dev/null +++ b/src/components/contact-form.astro @@ -0,0 +1,37 @@ +--- +--- + +
+
+ +
+
+ + +
+
+ + diff --git a/src/components/footer.astro b/src/components/footer.astro index f406f0ee..6dd6c72b 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -59,7 +59,6 @@ import LinkedInIcon from '~icons/ph/linkedin-logo-fill';