diff --git a/src/pages/contact.js b/src/pages/contact.js
index 2030d9c..6c92c8a 100644
--- a/src/pages/contact.js
+++ b/src/pages/contact.js
@@ -5,17 +5,16 @@ import SectionIntro from '../components/SectionIntro'
const ContactPage = () => (
-
+
+ Request a Proposal
Request a Video Call
- Request a proposal
- Old-fashioned phone calls work too - +...
+ Old-fashioned phone calls work as well: - +...
)
diff --git a/src/pages/index.js b/src/pages/index.js
index 68d2872..678c040 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -17,7 +17,16 @@ import LogoCoor from '../images/logo-coor-color.svg'
const IndexPage = ({ ...props }) => (
-
+
@@ -61,7 +70,7 @@ const IndexPage = ({ ...props }) => (
diff --git a/src/styles/general.css b/src/styles/general.css
index f334611..3f14765 100644
--- a/src/styles/general.css
+++ b/src/styles/general.css
@@ -1,3 +1,13 @@
+html {
+ overflow: hidden;
+ height: 100%;
+}
+
+body {
+ height: 100%;
+ overflow: auto;
+}
+
.bg-saburly-indigo {
background: rgb(69, 76, 183);
background: linear-gradient(