diff --git a/site/layouts/partials/contact.html b/site/layouts/partials/contact.html index 4fefa47..30f30e1 100644 --- a/site/layouts/partials/contact.html +++ b/site/layouts/partials/contact.html @@ -1,6 +1,10 @@ -
-
-

Contact Us

+
+ +
+ +

Contact Us

+ +

Complete this form and we will get back to you within one working day.

    diff --git a/src/css/imports/contact.scss b/src/css/imports/contact.scss new file mode 100644 index 0000000..0728efa --- /dev/null +++ b/src/css/imports/contact.scss @@ -0,0 +1,8 @@ +.contact-bg { + background-color: rgba(aqua, 0.5); +} + +.contact-section { + background-color: rgba(aqua, 0.5); +} +