From c4bd4b60b581b950db356757a5f8dc321c3ce392 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Wed, 21 May 2025 08:34:32 -0700 Subject: [PATCH] contact us --- dist/app.css | 8 ++++++++ dist/mix-manifest.json | 2 +- src/scss/contact.scss | 10 ++++++++++ tpl/contact.tpl | 9 +++------ 4 files changed, 22 insertions(+), 7 deletions(-) diff --git a/dist/app.css b/dist/app.css index be33b0e..051e033 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12722,3 +12722,11 @@ section.large-quote .quote p.attribution { .contact { margin: 4rem 0; } +.contact .contact-page-links { + list-style-type: none; + padding: 0; + margin: 0; +} +.contact .contact-page-links a { + color: #333333; +} diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 1e6a880..4cd3c71 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e", - "/app.css": "/app.css?id=ae7c88a998250f20c091c0678f4b96dc" + "/app.css": "/app.css?id=17bfec04712d6958a2a01c5b07c474ab" } diff --git a/src/scss/contact.scss b/src/scss/contact.scss index f3f17e8..dd23b95 100644 --- a/src/scss/contact.scss +++ b/src/scss/contact.scss @@ -1,3 +1,13 @@ .contact { margin: 4rem 0; + + .contact-page-links { + list-style-type: none; + padding: 0; + margin: 0; + + a { + color: $c-textGrey; + } + } } diff --git a/tpl/contact.tpl b/tpl/contact.tpl index 51aa3d3..6710fd0 100644 --- a/tpl/contact.tpl +++ b/tpl/contact.tpl @@ -19,15 +19,12 @@ {{ city }}, {{ state }} {{ zip }}

-